plugCubed
Adding a new dimension to plug.dj
Wat is plugCubed?
plugCubed is een Chrome-extensie ontwikkeld door thedark1337, en de belangrijkste functie is "Adding a new dimension to plug.dj".
Extensie Screenshots
Download het CRX-bestand van de extensie plugCubed
Download plugCubed-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
| Officiële URL | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
| Beschrijving | Adding a new dimension to plug.dj |
| Bestandsgrootte | 72.7 KB |
| Aantal Installaties | 880 |
| Huidige Versie | 4.4.0.11 |
| Laatst Bijgewerkt | 2017-12-18 |
| Publicatiedatum | 2017-12-18 |
| Beoordeling | 4.19/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | thedark1337 |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://plugcubed.net |
| Help Pagina-URL | https://github.com/plugcubed/plugcubed/issues |
| Ondersteunde Talen | 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"
]
} | |