Esportal Enhancer
Better experience plugin for esportal
Cos'è Esportal Enhancer?
Esportal Enhancer è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Better experience plugin for esportal".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Esportal Enhancer
Scarica i file di estensione Esportal Enhancer 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 Enhancer. Auto-accept matches, Player-stats over the last 10 games and better user experience.
Informazioni di Base sull'Estensione
Nome | Esportal Enhancer |
ID | olmfkdaefegfpkolccopfmohncemakcj |
URL Ufficiale | https://chromewebstore.google.com/detail/esportal-enhancer/olmfkdaefegfpkolccopfmohncemakcj |
Descrizione | Better experience plugin for esportal |
Dimensione del File | 179 KB |
Conteggio Installazioni | 2,998 |
Versione Corrente | 0.1.8 |
Ultimo Aggiornamento | 2020-04-25 |
Data di Pubblicazione | 2020-04-25 |
Valutazione | 2.69/5 Totale 13 Valutazioni |
Sviluppatore | Unknown |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Esportal Enhancer", "version": "0.1.8", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "128": "img\/icon128.png" }, "browser_action": { "default_popup": "src\/page_action\/page_action.html" }, "description": "Better experience plugin for esportal", "options_page": "src\/options_custom\/index.html", "content_scripts": [ { "css": [ "css\/styles.css" ], "run_at": "document_start", "js": [ "jquery.min.js", "src\/inject\/autoclicker.js", "src\/inject\/teamcolors.js", "src\/inject\/content.js" ], "matches": [ "https:\/\/esportal.com\/*", "https:\/\/esportal.com\/match\/???", "https:\/\/esportal.se\/*" ] } ] } |