Groupster
make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem
Co je Groupster?
Groupster je rozšíření Chrome vyvinuté geminycrickett, a jeho hlavní funkcí je „make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Groupster
Stáhněte si soubory rozšíření Groupster ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | mnijclfnjbmoamgkopnlnhapafakomde |
Oficiální URL | https://chrome.google.com/webstore/detail/groupster/mnijclfnjbmoamgkopnlnhapafakomde |
Popis | make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem |
Velikost souboru | 308 KB |
Počet instalací | 21 |
Aktuální Verze | 1.9.9 |
Poslední Aktualizace | 2015-09-19 |
Datum Vydání | 2015-09-19 |
Hodnocení | 5.00/5 Celkem 6 Hodnocení |
Vývojář | geminycrickett |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |