PlugGrab

PlugGrab is a Chrome Extension for plug.dj

Was ist PlugGrab?

PlugGrab ist eine Chrome-Erweiterung, die von KoDusk.XYZ entwickelt wurde, und ihr Hauptmerkmal ist "PlugGrab is a Chrome Extension for plug.dj".

Erweiterungsscreenshots

screenshot

PlugGrab-Erweiterungs-CRX-Datei herunterladen

Laden Sie PlugGrab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
Offizielle URL https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
Beschreibung PlugGrab is a Chrome Extension for plug.dj
Dateigröße 41.86 KB
Installationsanzahl 71
Aktuelle Version 1.0.0
Letztes Update 2017-07-23
Veröffentlichungsdatum 2017-07-23
Bewertung 3.00/5 Insgesamt 3 Bewertungen
Entwickler KoDusk.XYZ
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.kodusk.xyz/
Unterstützte Sprachen 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"
        }
    ]
}