Norcal Challonge Autoseeder

Automatically seeds players as you add them.

Wat is Norcal Challonge Autoseeder?

Norcal Challonge Autoseeder is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Automatically seeds players as you add them.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Norcal Challonge Autoseeder

Download Norcal Challonge Autoseeder-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension automatically seeds players in the Norcal region.                    

Basisinformatie over de Extensie

Naam Norcal Challonge Autoseeder Norcal Challonge Autoseeder
ID ggmicnjdefgcfholdboeeakcnealkhnb
Officiële URL https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb
Beschrijving Automatically seeds players as you add them.
Bestandsgrootte 102 KB
Aantal Installaties 12
Huidige Versie 1.0.4
Laatst Bijgewerkt 2017-02-25
Publicatiedatum 2017-02-25
Beoordeling 4.25/5 Totaal 4 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen 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
}