PlugGrab

PlugGrab is a Chrome Extension for plug.dj

ما هو PlugGrab؟

PlugGrab هو إضافة Chrome تم تطويرها بواسطة KoDusk.XYZ، والميزة الرئيسية لها هي "PlugGrab is a Chrome Extension for plug.dj".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PlugGrab

قم بتنزيل ملفات الامتداد PlugGrab بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم PlugGrab PlugGrab
ID lgbjoilbdkgdmifajehloemelajofefo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/pluggrab/lgbjoilbdkgdmifajehloemelajofefo
الوصف PlugGrab is a Chrome Extension for plug.dj
حجم الملف 41.86 KB
عدد التثبيتات 71
النسخة الحالية 1.0.0
آخر تحديث 2017-07-23
تاريخ النشر 2017-07-23
تقييم 3.00/5 مجموع تقييمات 3
المطور KoDusk.XYZ
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.kodusk.xyz/
اللغات المدعومة 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"
        }
    ]
}