ACM Beats
Add songs to Beats from Chrome.
What is ACM Beats?
ACM Beats is a Chrome extension developed by http://pranayprakash.co, and its main feature is "Add songs to Beats from Chrome.".
Extension Screenshots
Download ACM Beats Extension CRX File
Download ACM Beats extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Add songs to the ACM beats queue from Chrome
Extension Basic Information
Name | |
ID | fbeimmdjicojejnfnmndfbkecdodlded |
Official URL | https://chrome.google.com/webstore/detail/acm-beats/fbeimmdjicojejnfnmndfbkecdodlded |
Description | Add songs to Beats from Chrome. |
File Size | 312 KB |
Installation Count | 39 |
Current Version | 1.1.0 |
Last Updated | 2016-04-11 |
Publish Date | 2016-04-11 |
Rating | 3.00/5 Total 2 Ratings |
Developer | http://pranayprakash.co |
Payment Type | free |
Supported Languages | 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\/*" ] } |