PlugGrab

PlugGrab is a Chrome Extension for plug.dj

Qu'est-ce que PlugGrab ?

PlugGrab est une extension Chrome développée par KoDusk.XYZ, et sa fonction principale est "PlugGrab is a Chrome Extension for plug.dj".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PlugGrab

Téléchargez les fichiers d'extension PlugGrab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
URL Officiel https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
Description PlugGrab is a Chrome Extension for plug.dj
Taille du Fichier 41.86 KB
Nombre d'Installations 71
Version Actuelle 1.0.0
Dernière Mise à Jour 2017-07-23
Date de Publication 2017-07-23
Évaluation 3.00/5 Total 3 Évaluations
Développeur KoDusk.XYZ
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.kodusk.xyz/
Langues Prises en Charge 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"
        }
    ]
}