PlugGrab
PlugGrab is a Chrome Extension for plug.dj
What is PlugGrab?
PlugGrab is a Chrome extension developed by KoDusk.XYZ, and its main feature is "PlugGrab is a Chrome Extension for plug.dj".
Extension Screenshots
Download PlugGrab Extension CRX File
Download PlugGrab 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
PlugGrab is a simple plugin that allows plug.dj users to download a MP3 of the current song that's playing. this works by opening a new tab to a YouTube to MP3 downloader making the process of grabbing songs you like quicker and easier. you might have to allow plug.dj in your pop-up blocker. features: - Grab Current Song - Autowoot more features to come...
Extension Basic Information
Name | |
ID | lgbjoilbdkgdmifajehloemelajofefo |
Official URL | https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo |
Description | PlugGrab is a Chrome Extension for plug.dj |
File Size | 41.86 KB |
Installation Count | 71 |
Current Version | 1.0.0 |
Last Updated | 2017-07-23 |
Publish Date | 2017-07-23 |
Rating | 3.00/5 Total 3 Ratings |
Developer | KoDusk.XYZ |
[email protected] | |
Payment Type | free |
Extension Website | http://www.kodusk.xyz/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PlugGrab", "short_name": "PlugGrab", "description": "PlugGrab is a Chrome Extension for plug.dj", "version": "1.0.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "*:\/\/*.plug.dj\/*" ], "content_scripts": [ { "matches": [ "*:\/\/plug.dj\/*" ], "exclude_matches": [ "*:\/\/plug.dj\/about", "*:\/\/plug.dj\/terms", "*:\/\/plug.dj\/privacy" ], "js": [ "jquery.js", "loader.js" ], "run_at": "document_end" } ] } |