plugCubed
Adding a new dimension to plug.dj
Was ist plugCubed?
plugCubed ist eine Chrome-Erweiterung, die von thedark1337 entwickelt wurde, und ihr Hauptmerkmal ist "Adding a new dimension to plug.dj".
Erweiterungsscreenshots
plugCubed-Erweiterungs-CRX-Datei herunterladen
Laden Sie plugCubed-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
Offizielle URL | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
Beschreibung | Adding a new dimension to plug.dj |
Dateigröße | 72.7 KB |
Installationsanzahl | 880 |
Aktuelle Version | 4.4.0.11 |
Letztes Update | 2017-12-18 |
Veröffentlichungsdatum | 2017-12-18 |
Bewertung | 4.19/5 Insgesamt 16 Bewertungen |
Entwickler | thedark1337 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://plugcubed.net |
Hilfeseite URL | https://github.com/plugcubed/plugcubed/issues |
Unterstützte Sprachen | 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" ] } |