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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}