ACM Beats
Add songs to Beats from Chrome.
Cos'è ACM Beats?
ACM Beats è un'estensione di Chrome sviluppata da http://pranayprakash.co, e la sua funzione principale è "Add songs to Beats from Chrome.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ACM Beats
Scarica i file di estensione ACM Beats in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Add songs to the ACM beats queue from Chrome Informazioni di Base sull'Estensione
| Nome | |
| ID | fbeimmdjicojejnfnmndfbkecdodlded |
| URL Ufficiale | https://chrome.google.com/webstore/detail/acm-beats/fbeimmdjicojejnfnmndfbkecdodlded |
| Descrizione | Add songs to Beats from Chrome. |
| Dimensione del File | 312 KB |
| Conteggio Installazioni | 39 |
| Versione Corrente | 1.1.0 |
| Ultimo Aggiornamento | 2016-04-11 |
| Data di Pubblicazione | 2016-04-11 |
| Valutazione | 3.00/5 Totale 2 Valutazioni |
| Sviluppatore | http://pranayprakash.co |
| Tipo di Pagamento | free |
| Lingue Supportate | 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\/*"
]
} | |