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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}