PlugGrab

PlugGrab is a Chrome Extension for plug.dj

Cos'è PlugGrab?

PlugGrab è un'estensione di Chrome sviluppata da KoDusk.XYZ, e la sua funzione principale è "PlugGrab is a Chrome Extension for plug.dj".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PlugGrab

Scarica i file di estensione PlugGrab 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

                        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...                    

Informazioni di Base sull'Estensione

Nome PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
URL Ufficiale https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
Descrizione PlugGrab is a Chrome Extension for plug.dj
Dimensione del File 41.86 KB
Conteggio Installazioni 71
Versione Corrente 1.0.0
Ultimo Aggiornamento 2017-07-23
Data di Pubblicazione 2017-07-23
Valutazione 3.00/5 Totale 3 Valutazioni
Sviluppatore KoDusk.XYZ
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.kodusk.xyz/
Lingue Supportate 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"
        }
    ]
}