PlugGrab

PlugGrab is a Chrome Extension for plug.dj

Co to jest PlugGrab?

PlugGrab to rozszerzenie Chrome opracowane przez KoDusk.XYZ, a jego główną funkcją jest „PlugGrab is a Chrome Extension for plug.dj”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PlugGrab

Pobierz pliki rozszerzeń PlugGrab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
Oficjalny URL https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
Opis PlugGrab is a Chrome Extension for plug.dj
Rozmiar pliku 41.86 KB
Liczba instalacji 71
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2017-07-23
Data Publikacji 2017-07-23
Ocena 3.00/5 Łącznie 3 Oceny
Deweloper KoDusk.XYZ
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.kodusk.xyz/
Obsługiwane Języki 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"
        }
    ]
}