Esportal Enhancer
Better experience plugin for esportal
什么是Esportal Enhancer?
Esportal Enhancer是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Better experience plugin for esportal”。
扩展截图
下载Esportal Enhancer扩展crx文件
下载Esportal Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Esportal Enhancer. Auto-accept matches, Player-stats over the last 10 games and better user experience.
扩展基本信息
名称 | Esportal Enhancer |
ID | olmfkdaefegfpkolccopfmohncemakcj |
官方URL | https://chromewebstore.google.com/detail/esportal-enhancer/olmfkdaefegfpkolccopfmohncemakcj |
简介 | Better experience plugin for esportal |
文件大小 | 179 KB |
安装次数 | 2,998 |
当前版本 | 0.1.8 |
更新时间 | 2020-04-25 |
上架时间 | 2020-04-25 |
评分 | 2.69/5 共13次评分 |
开发者 | Unknown |
付费类型 | free |
支持的语言 | 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\/*" ] } ] } |