Esportal AutoAccept

A plugin for users to auto accept their matches on esportal

什麼是Esportal AutoAccept?

Esportal AutoAccept是由f1schmonsta開發的Chrome擴展程式,該擴展的主要功能是“A plugin for users to auto accept their matches on esportal”。

擴展截圖

screenshot

下載Esportal AutoAccept擴展crx文件

下載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
官方網址 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"
    }
}