PlugGrab

PlugGrab is a Chrome Extension for plug.dj

Apa itu PlugGrab?

PlugGrab adalah ekstensi Chrome yang dikembangkan oleh KoDusk.XYZ, dan fitur utamanya adalah "PlugGrab is a Chrome Extension for plug.dj".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi PlugGrab

Unduh file ekstensi PlugGrab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
URL Resmi https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
Deskripsi PlugGrab is a Chrome Extension for plug.dj
Ukuran File 41.86 KB
Jumlah Instalasi 71
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2017-07-23
Tanggal Publikasi 2017-07-23
Penilaian 3.00/5 Total 3 Penilaian
Pengembang KoDusk.XYZ
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.kodusk.xyz/
Bahasa yang Didukung 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"
        }
    ]
}