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\/*" ] } |