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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}