Esportal AutoAccept
A plugin for users to auto accept their matches on esportal
Cos'è Esportal AutoAccept?
Esportal AutoAccept è un'estensione di Chrome sviluppata da f1schmonsta, e la sua funzione principale è "A plugin for users to auto accept their matches on esportal".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Esportal AutoAccept
Scarica i file di estensione Esportal AutoAccept in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Esportal AutoAccept |
ID | iligknooplmpldohcehdaoeimhbkccga |
URL Ufficiale | https://chromewebstore.google.com/detail/esportal-autoaccept/iligknooplmpldohcehdaoeimhbkccga |
Descrizione | A plugin for users to auto accept their matches on esportal |
Dimensione del File | 394 KB |
Conteggio Installazioni | 1,838 |
Versione Corrente | 1.01 |
Ultimo Aggiornamento | 2019-12-18 |
Data di Pubblicazione | 2019-12-18 |
Valutazione | 4.25/5 Totale 4 Valutazioni |
Sviluppatore | f1schmonsta |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |