ACM Beats
Add songs to Beats from Chrome.
Wat is ACM Beats?
ACM Beats is een Chrome-extensie ontwikkeld door http://pranayprakash.co, en de belangrijkste functie is "Add songs to Beats from Chrome.".
Extensie Screenshots
Download het CRX-bestand van de extensie ACM Beats
Download ACM Beats-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add songs to the ACM beats queue from Chrome Basisinformatie over de Extensie
| Naam | |
| ID | fbeimmdjicojejnfnmndfbkecdodlded |
| Officiële URL | https://chrome.google.com/webstore/detail/acm-beats/fbeimmdjicojejnfnmndfbkecdodlded |
| Beschrijving | Add songs to Beats from Chrome. |
| Bestandsgrootte | 312 KB |
| Aantal Installaties | 39 |
| Huidige Versie | 1.1.0 |
| Laatst Bijgewerkt | 2016-04-11 |
| Publicatiedatum | 2016-04-11 |
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | http://pranayprakash.co |
| Betalingswijze | free |
| Ondersteunde Talen | 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\/*"
]
} | |