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