Esportal AutoAccept

A plugin for users to auto accept their matches on esportal

What is Esportal AutoAccept?

Esportal AutoAccept is a Chrome extension developed by f1schmonsta, and its main feature is "A plugin for users to auto accept their matches on esportal".

Extension Screenshots

screenshot

Download Esportal AutoAccept Extension CRX File

Download Esportal AutoAccept extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Esportal AutoAccept Esportal AutoAccept
ID iligknooplmpldohcehdaoeimhbkccga
Official URL https://chromewebstore.google.com/detail/esportal-autoaccept/iligknooplmpldohcehdaoeimhbkccga
Description A plugin for users to auto accept their matches on esportal
File Size 394 KB
Installation Count 1,838
Current Version 1.01
Last Updated 2019-12-18
Publish Date 2019-12-18
Rating 4.25/5 Total 4 Ratings
Developer f1schmonsta
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}