plugCubed
Adding a new dimension to plug.dj
Cos'è plugCubed?
plugCubed è un'estensione di Chrome sviluppata da thedark1337, e la sua funzione principale è "Adding a new dimension to plug.dj".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione plugCubed
Scarica i file di estensione plugCubed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
URL Ufficiale | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
Descrizione | Adding a new dimension to plug.dj |
Dimensione del File | 72.7 KB |
Conteggio Installazioni | 880 |
Versione Corrente | 4.4.0.11 |
Ultimo Aggiornamento | 2017-12-18 |
Data di Pubblicazione | 2017-12-18 |
Valutazione | 4.19/5 Totale 16 Valutazioni |
Sviluppatore | thedark1337 |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://plugcubed.net |
URL della Pagina di Aiuto | https://github.com/plugcubed/plugcubed/issues |
Lingue Supportate | 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" ] } |