TastyPlug

a plug.dj extension

TastyPlug क्या है?

TastyPlug https://tastyplug.tastycat.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "a plug.dj extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TastyPlug एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}