All Projects → scscms → Scscmsmusic

scscms / Scscmsmusic

这是一个chrome扩展程序的音乐播放器,方便在没有安装音乐播放器时使用chrome浏览器听歌。可以建立播放列表,导入的歌曲可以存储,并支持播放远程音乐。

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Scscmsmusic

Extensions
Source code of Raindrop.io browser extension (Chrome, Firefox, Opera)
Stars: ✭ 446 (+1615.38%)
Mutual labels:  extensions, chrome
Canclearad
一款全自动清除网站广告的Chrome插件,支持通用广告,如百度推广或淘宝天猫等广告;也支持特定网站的广告清除。
Stars: ✭ 65 (+150%)
Mutual labels:  extensions, chrome
Github Extended
A Chrome extension to discover more repositories
Stars: ✭ 29 (+11.54%)
Mutual labels:  extensions, chrome
Scratchaddons
All-in-one browser extension for Scratch.
Stars: ✭ 133 (+411.54%)
Mutual labels:  extensions, chrome
Circle
让网页赏心悦目、让阅读回归初心。Circle 阅读模式提供更隐私、更轻松、更舒适的网页阅读体验
Stars: ✭ 158 (+507.69%)
Mutual labels:  extensions, chrome
Electron Extensions
Implementation of Chrome extension APIs for Electron
Stars: ✭ 143 (+450%)
Mutual labels:  extensions, chrome
Sillynium
Automate the creation of Python Selenium Scripts by drawing coloured boxes on webpage elements
Stars: ✭ 100 (+284.62%)
Mutual labels:  extensions, chrome
Extension Create
Create modern cross-browser extensions with no build configuration.
Stars: ✭ 167 (+542.31%)
Mutual labels:  extensions, chrome
Oscnews
Chrome 插件,查看开源中国软件更新资讯,文档导航,GitHub 趋势榜,linux命令索引,浏览历史记录和时钟页面。
Stars: ✭ 582 (+2138.46%)
Mutual labels:  extensions, chrome
Taro Music
🎉基于taro + taro-ui + redux + react-hooks + typescript 开发的网易云音乐小程序,目前正在使用react-hooks重构中(不定时更新)
Stars: ✭ 826 (+3076.92%)
Mutual labels:  music-player
Cep Resources
Tools and documentation for building Creative Cloud app extensions with CEP
Stars: ✭ 916 (+3423.08%)
Mutual labels:  extensions
Url To Pdf Api
Web page PDF/PNG rendering done right. Self-hosted service for rendering receipts, invoices, or any content.
Stars: ✭ 6,544 (+25069.23%)
Mutual labels:  chrome
Elevate
Browser extension for strava. "Elevate" tracks your fitness and progressions over time. Analyse deeper your activities & segments. And more... https://thomaschampagne.github.io/elevate/ (formerly named stravistix)
Stars: ✭ 833 (+3103.85%)
Mutual labels:  chrome
Decreased Productivity
Discreetly surf the web! Control exactly how you want web pages to look like.
Stars: ✭ 22 (-15.38%)
Mutual labels:  chrome
Timber
Material Design Music Player
Stars: ✭ 6,654 (+25492.31%)
Mutual labels:  music-player
Electron Widevinecdm
WidevineCDM for Electron
Stars: ✭ 24 (-7.69%)
Mutual labels:  chrome
Chrome Extensions
WebRTC chrome extensions for screen sharing, screen recording, file sharing, youtube+audio sharing, etc.
Stars: ✭ 799 (+2973.08%)
Mutual labels:  chrome
Demo Progressive Web App
🎉 A demo for progressive web application with features like offline, push notifications, background sync etc,
Stars: ✭ 798 (+2969.23%)
Mutual labels:  chrome
Atomic Chrome
Edit Chrome textareas in Atom
Stars: ✭ 930 (+3476.92%)
Mutual labels:  chrome
Angular Pluggable Architecture
This is an example of an Angular application that allows to dynamically plug functionality
Stars: ✭ 24 (-7.69%)
Mutual labels:  extensions

SCSCMS音乐播放器chrome扩展程序

这是一个chrome扩展程序的音乐播放器,方便在没有安装音乐播放器时使用chrome浏览器听歌。可以建立播放列表,导入的歌曲可以存储,并支持播放远程音乐。

安装方法:

  • 普通使用者:打开谷歌商店网页SCSCMS音乐播放器点击`添加至Chrom。
  • 开发者:打开浏览器输入地址chrome://extensions回车,点击加载已解压的扩展程序,并选择本站的scsMusic文件夹。
  • 其他安装:打开浏览器输入地址chrome://extensions回车,然后把本站的SCSCMS音乐播放器.crx文件拖进去即可安装。

使用方法:

  • 在chrome浏览器右上角点击 图标,并双击添加歌曲。右键查看播放列表。
  • 在chrome浏览器右上角右键 选择选项,进入播放列表管理。
  • 在任意网页下右键可显示SCSCMS音乐播放器操作菜单。

特别说明:

  • 本程序使用了ES6语法,请使用支持ES6chrome浏览器来播放。

  • 以开发者安装的扩展,每次启动浏览器都会提示“请信用以开发者模式运行的扩展程序”可忽略并关闭。在谷歌商店上安装不存在此问题。

  • 因内存资源有限,播放时间长的音乐会导致扩展程序崩溃。

  • 添加网络歌曲失败原因:权限问题。因扩展程序申请过泛的权限需要谷歌严格的审核,为了不影响发布进程,所以权限做了减缩。恢复方法:

    1、在chrome浏览器里打开chrome://extensions/

    2、记下SCSCMS音乐播放器程序的ID

    3、打开chrome扩展程序目录C:\Users\用户名\AppData\Local\Google\Chrome\User Data\Default\Extensions\ID(这里以win7为例,其他系统请自行百度)

    4、打开manifest.json添加 "permissions": [ "http://*/*", "https://*/*", 并把"matches": [ "http://www.scscms.com/*" ],改为"matches": [ "<all_urls>" ], 搞定。(可参考根目录下的manifest.json文件)

程序图片:

首先需要添加歌曲,默认播放列表为music

添加好歌曲右键可查看播放列表

播放界面

选项操作界面,主要是管理播放列表。

  • 点击列表名就播放本列表
  • 可删除列表(暂无重命名功能)
  • 监听:表示监听你打开的任意页面,判断是否能捕获到可播放的音乐
  • 自动:表示打开浏览器就自动播放歌曲,慎用!

如有任何问题,请留Issues

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].