Esportal AutoAccept

A plugin for users to auto accept their matches on esportal

ما هو Esportal AutoAccept؟

Esportal AutoAccept هو إضافة Chrome تم تطويرها بواسطة f1schmonsta، والميزة الرئيسية لها هي "A plugin for users to auto accept their matches on esportal".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Esportal AutoAccept

قم بتنزيل ملفات الامتداد Esportal AutoAccept بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Esportal autoaccept is a tool for players at esportal.com to auto accept their matches while they are in que for a game or waiting for users to join a gather.                    

معلومات أساسية عن التمديد

الاسم Esportal AutoAccept Esportal AutoAccept
ID iligknooplmpldohcehdaoeimhbkccga
عنوان URL الرسمي https://chromewebstore.google.com/detail/esportal-autoaccept/iligknooplmpldohcehdaoeimhbkccga
الوصف A plugin for users to auto accept their matches on esportal
حجم الملف 394 KB
عدد التثبيتات 1,838
النسخة الحالية 1.01
آخر تحديث 2019-12-18
تاريخ النشر 2019-12-18
تقييم 4.25/5 مجموع تقييمات 4
المطور f1schmonsta
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Esportal AutoAccept",
    "description": "A plugin for users to auto accept their matches on esportal",
    "version": "1.01",
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*.esportal.com\/*",
        "storage",
        "management",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.esportal.com\/*"
            ],
            "js": [
                "jquery-3.4.1.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "startpage.html",
        "default_icon": "off.png",
        "default_title": "Esportal AutoAccept"
    }
}