Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
Wat is Plug.Dj Helper?
Plug.Dj Helper is een Chrome-extensie ontwikkeld door Warfront1 (Tvcontrolsyou), en de belangrijkste functie is "Shows past played songs on screen, and helps assist with finding plug.dj Music".
Extensie Screenshots
Download het CRX-bestand van de extensie Plug.Dj Helper
Download Plug.Dj Helper-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
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
Basisinformatie over de Extensie
Naam | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Officiële URL | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Beschrijving | Shows past played songs on screen, and helps assist with finding plug.dj Music |
Bestandsgrootte | 47.86 KB |
Aantal Installaties | 15 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2014-08-14 |
Publicatiedatum | 2014-08-14 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Warfront1 (Tvcontrolsyou) |
Betalingswijze | free |
Ondersteunde Talen | 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 } |