Esportal AutoAccept
A plugin for users to auto accept their matches on esportal
Wat is Esportal AutoAccept?
Esportal AutoAccept is een Chrome-extensie ontwikkeld door f1schmonsta, en de belangrijkste functie is "A plugin for users to auto accept their matches on esportal".
Extensie Screenshots
Download het CRX-bestand van de extensie Esportal AutoAccept
Download Esportal AutoAccept-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Esportal AutoAccept |
ID | iligknooplmpldohcehdaoeimhbkccga |
Officiële URL | https://chromewebstore.google.com/detail/esportal-autoaccept/iligknooplmpldohcehdaoeimhbkccga |
Beschrijving | A plugin for users to auto accept their matches on esportal |
Bestandsgrootte | 394 KB |
Aantal Installaties | 1,838 |
Huidige Versie | 1.01 |
Laatst Bijgewerkt | 2019-12-18 |
Publicatiedatum | 2019-12-18 |
Beoordeling | 4.25/5 Totaal 4 Beoordelingen |
Ontwikkelaar | f1schmonsta |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |