Groupster

make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem

什麼是Groupster?

Groupster是由geminycrickett開發的Chrome擴展程式,該擴展的主要功能是“make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem”。

擴展截圖

screenshot
screenshot

下載Groupster擴展crx文件

下載Groupster擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Groupster Groupster
ID mnijclfnjbmoamgkopnlnhapafakomde
官方網址 https://chrome.google.com/webstore/detail/groupster/mnijclfnjbmoamgkopnlnhapafakomde
簡介 make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem
檔案大小 308 KB
安裝次數 21
目前版本 1.9.9
更新時間 2015-09-19
上架時間 2015-09-19
評分 5.00/5 共 6 次評分
開發者 geminycrickett
付費類型 free
支援的語言 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"
            ]
        }
    ]
}