Esportal Enhancer
Better experience plugin for esportal
What is Esportal Enhancer?
Esportal Enhancer is a Chrome extension developed by Unknown, and its main feature is "Better experience plugin for esportal".
Extension Screenshots
Download Esportal Enhancer Extension CRX File
Download Esportal Enhancer 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 Enhancer. Auto-accept matches, Player-stats over the last 10 games and better user experience.
Extension Basic Information
Name | Esportal Enhancer |
ID | olmfkdaefegfpkolccopfmohncemakcj |
Official URL | https://chromewebstore.google.com/detail/esportal-enhancer/olmfkdaefegfpkolccopfmohncemakcj |
Description | Better experience plugin for esportal |
File Size | 179 KB |
Installation Count | 2,998 |
Current Version | 0.1.8 |
Last Updated | 2020-04-25 |
Publish Date | 2020-04-25 |
Rating | 2.69/5 Total 13 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |