ACM Beats
Add songs to Beats from Chrome.
什么是ACM Beats?
ACM Beats是由http://pranayprakash.co开发的Chrome扩展程序,该扩展的主要功能是“Add songs to Beats from Chrome.”。
扩展截图
下载ACM Beats扩展crx文件
下载ACM Beats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Add songs to the ACM beats queue from Chrome 扩展基本信息
| 名称 | |
| ID | fbeimmdjicojejnfnmndfbkecdodlded |
| 官方URL | https://chrome.google.com/webstore/detail/acm-beats/fbeimmdjicojejnfnmndfbkecdodlded |
| 简介 | Add songs to Beats from Chrome. |
| 文件大小 | 312 KB |
| 安装次数 | 39 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2016-04-11 |
| 上架时间 | 2016-04-11 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | http://pranayprakash.co |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "ACM Beats",
"description": "Add songs to Beats from Chrome.",
"version": "1.1.0",
"page_action": {
"default_icon": "images\/icon.png"
},
"content_scripts": [
{
"js": [
"bower_components\/jquery\/dist\/jquery.min.js"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
]
}
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"permissions": [
"declarativeContent",
"activeTab"
],
"web_accessible_resources": [
"popup.html",
"bower_components\/*",
"images\/*"
]
} | |