Norcal Challonge Autoseeder

Automatically seeds players as you add them.

Что такое Norcal Challonge Autoseeder?

Norcal Challonge Autoseeder - это расширение Chrome, разработанное Unknown, и его основная функция - "Automatically seeds players as you add them.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Norcal Challonge Autoseeder

Скачайте файлы расширений Norcal Challonge Autoseeder в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This extension automatically seeds players in the Norcal region.                    

Основная информация о расширении

Название Norcal Challonge Autoseeder Norcal Challonge Autoseeder
ID ggmicnjdefgcfholdboeeakcnealkhnb
Официальный URL https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb
Описание Automatically seeds players as you add them.
Размер файла 102 KB
Количество установок 12
Текущая Версия 1.0.4
Последнее Обновление 2017-02-25
Дата публикации 2017-02-25
Рейтинг 4.25/5 Всего 4 оценок
Разработчик Unknown
Тип оплаты free
Поддерживаемые языки 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
}