plugCubed
Adding a new dimension to plug.dj
O que é plugCubed?
plugCubed é uma extensão do Chrome desenvolvida por thedark1337, e sua principal característica é "Adding a new dimension to plug.dj".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão plugCubed
Baixe arquivos de extensão plugCubed no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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!
Informações Básicas da Extensão
Nome | plugCubed |
ID | cfeomlnnfncblkheeneahgmngbnbiaoi |
URL Oficial | https://chromewebstore.google.com/detail/plugcubed/cfeomlnnfncblkheeneahgmngbnbiaoi |
Descrição | Adding a new dimension to plug.dj |
Tamanho do Arquivo | 72.7 KB |
Contagem de Instalações | 880 |
Versão Atual | 4.4.0.11 |
Última Atualização | 2017-12-18 |
Data de Publicação | 2017-12-18 |
Classificação | 4.19/5 Total de 16 Avaliações |
Desenvolvedor | thedark1337 |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://plugcubed.net |
URL da Página de Ajuda | https://github.com/plugcubed/plugcubed/issues |
Idiomas Suportados | 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" ] } |