plugCubed
Adding a new dimension to plug.dj
What is plugCubed?
plugCubed is a Chrome extension developed by thedark1337, and its main feature is "Adding a new dimension to plug.dj".
Extension Screenshots
Download plugCubed Extension CRX File
Download plugCubed extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
Official URL | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
Description | Adding a new dimension to plug.dj |
File Size | 72.7 KB |
Installation Count | 880 |
Current Version | 4.4.0.11 |
Last Updated | 2017-12-18 |
Publish Date | 2017-12-18 |
Rating | 4.19/5 Total 16 Ratings |
Developer | thedark1337 |
[email protected] | |
Payment Type | free |
Extension Website | https://plugcubed.net |
Help Page URL | https://github.com/plugcubed/plugcubed/issues |
Supported Languages | 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" ] } |