plugCubed

Adding a new dimension to plug.dj

plugCubed क्या है?

plugCubed thedark1337 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adding a new dimension to plug.dj"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में plugCubed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        plug³ is a Javascript enhancement that offers; Autowoot, Autojoin, Custom Chat Colors, Toggle AFK status with an Autoresponder, Special Notifications, Enable toggles for turning on/off the Stream, AFK timers in the Userlist, Custom room settings and a lot more!                    

एक्सटेंशन की मूल जानकारी

नाम plugCubed plugCubed
ID cfeomlnnfncblkheeneahgmngbnbiaoi
आधिकारिक URL https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi
विवरण Adding a new dimension to plug.dj
फ़ाइल का आकार 72.7 KB
स्थापना संख्या 880
वर्तमान संस्करण 4.4.0.11
अंतिम अपडेट 2017-12-18
प्रकाशन तिथि 2017-12-18
रेटिंग 4.19/5 कुल 16 रेटिंग्स
डेवलपर thedark1337
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://plugcubed.net
सहायता पृष्ठ URL https://github.com/plugcubed/plugcubed/issues
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "plug\u00b3 Team",
    "name": "plugCubed",
    "short_name": "plug\u00b3",
    "description": "Adding a new dimension to plug.dj",
    "homepage_url": "https:\/\/plugCubed.net",
    "version": "4.4.0.11",
    "icons": {
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.plug.dj\/*"
            ],
            "js": [
                "loader.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/plug.dj\/*"
    ],
    "web_accessible_resources": [
        "plugCubed.js"
    ]
}