Exeedme Enhancer
Adds useful features for a better exeedme experience.
什么是Exeedme Enhancer?
Exeedme Enhancer是由JUZKEN开发的Chrome扩展程序,该扩展的主要功能是“Adds useful features for a better exeedme experience.”。
扩展截图
下载Exeedme Enhancer扩展crx文件
下载Exeedme Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Exeedme Enhancer is a Chrome extension that enhances the experience on Exeedme.com by adding useful and improving existing features. Features: - Ready up for matches automatically - Show player stats in the match room overview (FACEIT stats) - Join server automatically - more coming soon... All features are configurable to your personal preferences. Developer: https://twitter.com/JuzkenON
扩展基本信息
名称 | Exeedme Enhancer |
ID | oegmgbfjcocjmklcgbpjgabacnjjbhik |
官方URL | https://chromewebstore.google.com/detail/exeedme-enhancer/oegmgbfjcocjmklcgbpjgabacnjjbhik |
简介 | Adds useful features for a better exeedme experience. |
文件大小 | 196 KB |
安装次数 | 17 |
当前版本 | 1.1.4 |
更新时间 | 2021-06-08 |
上架时间 | 2021-04-27 |
评分 | 5.00/5 共1次评分 |
开发者 | JUZKEN |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://twitter.com/JuzkenON |
支持的语言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Adds useful features for a better exeedme experience.", "version": "1.1.4", "name": "Exeedme Enhancer", "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "action": { "default_popup": "popup.html", "default_icon": "icon-128.png" }, "icons": { "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.exeedme.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "content.css" ] } ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "lvl-1.png", "lvl-2.png", "lvl-3.png", "lvl-4.png", "lvl-5.png", "lvl-6.png", "lvl-7.png", "lvl-8.png", "lvl-9.png", "lvl-10.png", "faceit_icon.png" ], "matches": [ "*:\/\/*.exeedme.com\/*" ] } ], "permissions": [ "storage" ] } |