Plug.Dj Helper
Shows past played songs on screen, and helps assist with finding plug.dj Music
What is Plug.Dj Helper?
Plug.Dj Helper is a Chrome extension developed by Warfront1 (Tvcontrolsyou), and its main feature is "Shows past played songs on screen, and helps assist with finding plug.dj Music".
Extension Screenshots
Download Plug.Dj Helper Extension CRX File
Download Plug.Dj Helper 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
Lists all past listened to songs (Band Name, and Song Name), and provides a link to download an External MP3 File.
Extension Basic Information
Name | ![]() |
ID | fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Official URL | https://chrome.google.com/webstore/detail/plugdj-helper/fmdpdfbkgkgmeeffakfodolhhkdoglnb |
Description | Shows past played songs on screen, and helps assist with finding plug.dj Music |
File Size | 47.86 KB |
Installation Count | 15 |
Current Version | 1.0 |
Last Updated | 2014-08-14 |
Publish Date | 2014-08-14 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Warfront1 (Tvcontrolsyou) |
Payment Type | free |
Supported Languages | 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 } |