Norcal Challonge Autoseeder

Automatically seeds players as you add them.

Norcal Challonge Autoseeder là gì?

Norcal Challonge Autoseeder là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Automatically seeds players as you add them.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Norcal Challonge Autoseeder

Tải xuống các tệp mở rộng Norcal Challonge Autoseeder dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension automatically seeds players in the Norcal region.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Norcal Challonge Autoseeder Norcal Challonge Autoseeder
ID ggmicnjdefgcfholdboeeakcnealkhnb
URL Chính Thức https://chromewebstore.google.com/detail/norcal-challonge-autoseed/ggmicnjdefgcfholdboeeakcnealkhnb
Mô tả Automatically seeds players as you add them.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 12
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2017-02-25
Ngày Phát Hành 2017-02-25
Đánh Giá 4.25/5 Tổng số 4 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}