plugCubed

Adding a new dimension to plug.dj

什麼是plugCubed?

plugCubed是由thedark1337開發的Chrome擴展程式,該擴展的主要功能是“Adding a new dimension to plug.dj”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載plugCubed擴展crx文件

下載plugCubed擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}