Norcal Challonge Autoseeder

Automatically seeds players as you add them.

Qu'est-ce que Norcal Challonge Autoseeder ?

Norcal Challonge Autoseeder est une extension Chrome développée par Unknown, et sa fonction principale est "Automatically seeds players as you add them.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Norcal Challonge Autoseeder

Téléchargez les fichiers d'extension Norcal Challonge Autoseeder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension automatically seeds players in the Norcal region.                    

Informations de Base sur l'Extension

Nom Norcal Challonge Autoseeder Norcal Challonge Autoseeder
ID ggmicnjdefgcfholdboeeakcnealkhnb
URL Officiel https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb
Description Automatically seeds players as you add them.
Taille du Fichier 102 KB
Nombre d'Installations 12
Version Actuelle 1.0.4
Dernière Mise à Jour 2017-02-25
Date de Publication 2017-02-25
Évaluation 4.25/5 Total 4 Évaluations
Développeur Unknown
Type de Paiement free
Langues Prises en Charge 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
}