Groupster

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

Groupster क्या है?

Groupster geminycrickett द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "make private groups or hop in the joiner for any tagpro server from anywhere on chrome; by Gem"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Groupster एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}