Norcal Challonge Autoseeder

Automatically seeds players as you add them.

Co je Norcal Challonge Autoseeder?

Norcal Challonge Autoseeder je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Automatically seeds players as you add them.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Norcal Challonge Autoseeder

Stáhněte si soubory rozšíření Norcal Challonge Autoseeder 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í

                        This extension automatically seeds players in the Norcal region.                    

Základní Informace o Rozšíření

Název Norcal Challonge Autoseeder Norcal Challonge Autoseeder
ID ggmicnjdefgcfholdboeeakcnealkhnb
Oficiální URL https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb
Popis Automatically seeds players as you add them.
Velikost souboru 102 KB
Počet instalací 12
Aktuální Verze 1.0.4
Poslední Aktualizace 2017-02-25
Datum Vydání 2017-02-25
Hodnocení 4.25/5 Celkem 4 Hodnocení
Vývojář Unknown
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Norcal Challonge Autoseeder",
    "version": "1.0.4",
    "description": "Automatically seeds players as you add them.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "38": "icon-38.png"
        },
        "default_title": "Automatically seeds players as you add them."
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.challonge.com\/*\/participants",
                "http:\/\/challonge.com\/*\/participants"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "jquery-2.1.4.js",
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "injected-script.js"
    ],
    "permissions": [
        "declarativeContent",
        "http:\/\/challonge.com\/*\/participants"
    ],
    "icons": {
        "38": "icon-38.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2
}