PlugGrab
PlugGrab is a Chrome Extension for plug.dj
Wat is PlugGrab?
PlugGrab is een Chrome-extensie ontwikkeld door KoDusk.XYZ, en de belangrijkste functie is "PlugGrab is a Chrome Extension for plug.dj".
Extensie Screenshots
Download het CRX-bestand van de extensie PlugGrab
Download PlugGrab-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
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...
Basisinformatie over de Extensie
Naam | |
ID | lgbjoilbdkgdmifajehloemelajofefo |
Officiële URL | https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo |
Beschrijving | PlugGrab is a Chrome Extension for plug.dj |
Bestandsgrootte | 41.86 KB |
Aantal Installaties | 71 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2017-07-23 |
Publicatiedatum | 2017-07-23 |
Beoordeling | 3.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | KoDusk.XYZ |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.kodusk.xyz/ |
Ondersteunde Talen | 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" } ] } |