plugCubed

Adding a new dimension to plug.dj

Apa itu plugCubed?

plugCubed adalah ekstensi Chrome yang dikembangkan oleh thedark1337, dan fitur utamanya adalah "Adding a new dimension to plug.dj".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi plugCubed

Unduh file ekstensi plugCubed dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama plugCubed plugCubed
ID cfeomlnnfncblkheeneahgmngbnbiaoi
URL Resmi https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi
Deskripsi Adding a new dimension to plug.dj
Ukuran File 72.7 KB
Jumlah Instalasi 880
Versi Saat Ini 4.4.0.11
Terakhir Diperbarui 2017-12-18
Tanggal Publikasi 2017-12-18
Penilaian 4.19/5 Total 16 Penilaian
Pengembang thedark1337
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://plugcubed.net
URL Halaman Bantuan https://github.com/plugcubed/plugcubed/issues
Bahasa yang Didukung 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"
    ]
}