plugCubed

Adding a new dimension to plug.dj

Что такое plugCubed?

plugCubed - это расширение Chrome, разработанное thedark1337, и его основная функция - "Adding a new dimension to plug.dj".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения plugCubed

Скачайте файлы расширений 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"
    ]
}