Norcal Challonge Autoseeder

Automatically seeds players as you add them.

什么是Norcal Challonge Autoseeder?

Norcal Challonge Autoseeder是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Automatically seeds players as you add them.”。

扩展截图

screenshot

下载Norcal Challonge Autoseeder扩展crx文件

下载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
}