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 |
| 官方網址 | 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\/*"
]
} | |