plugCubed

Adding a new dimension to plug.dj

Vad är plugCubed?

plugCubed är en Chrome-tillägg utvecklad av thedark1337, och dess huvudfunktion är "Adding a new dimension to plug.dj".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner plugCubed-förlängningens CRX-fil

Ladda ner plugCubed-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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!                    

Grundläggande Information om Tillägg

Namn plugCubed plugCubed
ID cfeomlnnfncblkheeneahgmngbnbiaoi
Officiell webbadress https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi
Beskrivning Adding a new dimension to plug.dj
Filstorlek 72.7 KB
Antal Installationer 880
Aktuell Version 4.4.0.11
Senast Uppdaterad 2017-12-18
Publiceringsdatum 2017-12-18
Betyg 4.19/5 Totalt 16 Betyg
Utvecklare thedark1337
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://plugcubed.net
Hjälpsida URL https://github.com/plugcubed/plugcubed/issues
Stödda Språk 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"
    ]
}