TastyPlug

a plug.dj extension

ما هو TastyPlug؟

TastyPlug هو إضافة Chrome تم تطويرها بواسطة https://tastyplug.tastycat.org، والميزة الرئيسية لها هي "a plug.dj extension".

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

screenshot

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

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

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

                        Some things like slash commands and private messaging will be broken and down until they have new alternatives.

TastyPlug is a script for use on plug.dj. It includes features such as Autowoot, Autojoin, Additional Emotes, and some special Tastycat-only goodies like Tastybot interaction and a way to check how many times your song has played.

This is the Google Chrome extension for TastyPlug. If you are looking for other install methods, please see this page: http://tastyplug.tastycat.org                    

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

الاسم TastyPlug TastyPlug
ID faccgibalfdoihmenknhpfhldkmgaang
عنوان URL الرسمي https://chromewebstore.google.com/detail/tastyplug/faccgibalfdoihmenknhpfhldkmgaang
الوصف a plug.dj extension
حجم الملف 78.71 KB
عدد التثبيتات 3,136
النسخة الحالية 3.9.3
آخر تحديث 2016-10-18
تاريخ النشر 2016-10-18
تقييم 4.43/5 مجموع تقييمات 217
المطور https://tastyplug.tastycat.org
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://tastyplug.tastycat.org
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TastyPlug",
    "description": "a plug.dj extension",
    "version": "3.9.3",
    "applications": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "*:\/\/*.plug.dj\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/plug.dj\/*"
            ],
            "exclude_matches": [
                "*:\/\/plug.dj\/about",
                "*:\/\/plug.dj\/terms",
                "*:\/\/plug.dj\/privacy"
            ],
            "js": [
                "loader.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "tastyplug.core.js",
        "bootstrap.js",
        "jquery-ui.custom.js"
    ]
}