Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
Cos'è Plug.Dj Helper?
Plug.Dj Helper è un'estensione di Chrome sviluppata da Warfront1 (Tvcontrolsyou), e la sua funzione principale è "Shows past played songs on screen, and helps assist with finding plug.dj Music".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Plug.Dj Helper
Scarica i file di estensione Plug.Dj Helper 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
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
Informazioni di Base sull'Estensione
Nome | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
URL Ufficiale | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Descrizione | Shows past played songs on screen, and helps assist with finding plug.dj Music |
Dimensione del File | 47.86 KB |
Conteggio Installazioni | 15 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-08-14 |
Data di Pubblicazione | 2014-08-14 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Warfront1 (Tvcontrolsyou) |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Plug.Dj Helper", "version": "1.0", "description": "Shows past played songs on screen, and helps assist with finding plug.dj Music", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/plug.dj\/*" ], "js": [ "jquery-2.1.1.min.js", "Plugin.js" ] } ], "page_action": { "default_icon": "icon-19.png", "default_title": "Plug.dj Helper Running - Love Warfront1!" }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |