Groupster
make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem
O que é Groupster?
Groupster é uma extensão do Chrome desenvolvida por geminycrickett, e sua principal característica é "make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Groupster
Baixe arquivos de extensão Groupster 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
change your preferred servers that appear in the main popup in the settings page - add / remove a server by using the + and x buttons and click "save & close settings" to save your preferences when the 'private group' button is selected (white w. green border), the server buttons will send you into a private group on that server when the 'joiner' button is selected, the server buttons will send you into the joiner for that server
Informações Básicas da Extensão
Nome | |
ID | mnijclfnjbmoamgkopnlnhapafakomde |
URL Oficial | https://chrome.google.com/webstore/detail/groupster/mnijclfnjbmoamgkopnlnhapafakomde |
Descrição | make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem |
Tamanho do Arquivo | 308 KB |
Contagem de Instalações | 21 |
Versão Atual | 1.9.9 |
Última Atualização | 2015-09-19 |
Data de Publicação | 2015-09-19 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | geminycrickett |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Groupster", "version": "1.9.9", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "description": "make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem", "homepage_url": "http:\/\/tagpro.gg", "icons": { "16": "icons\/groupster_icon2.png", "48": "icons\/groupster_icon2.png", "128": "icons\/groupster_icon.png" }, "default_locale": "en", "background": { "page": "src\/bg\/background.html", "persistent": true }, "browser_action": { "default_icon": "icons\/groupster_icon.png", "default_title": "Groupster", "default_popup": "src\/browser_action\/browser_action.html" }, "externally_connectable": { "matches": [ "http:\/\/serene-headland-9707.herokuapp.com\/*" ] }, "permissions": [ "storage", "notifications", "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |