Faceit elo statistics
Shows a notification when the user clicks on links.
什么是Faceit elo statistics?
Faceit elo statistics是由iliyazelenkog开发的Chrome扩展程序,该扩展的主要功能是“Shows a notification when the user clicks on links.”。
扩展截图
下载Faceit elo statistics扩展crx文件
下载Faceit elo statistics扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A simple extension that allows you to view your or any player's statistics .
扩展基本信息
名称 | Faceit elo statistics |
ID | pbcjdjdkfffipjalaneimnjnogbajden |
官方URL | https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden |
简介 | Shows a notification when the user clicks on links. |
文件大小 | 267 KB |
安装次数 | 10,000 |
当前版本 | 1.0.1 |
更新时间 | 2023-03-20 |
上架时间 | 2018-11-22 |
评分 | 3.67/5 共3次评分 |
开发者 | iliyazelenkog |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/iliyaZelenko/browser-extension-faceit-csgo |
支持的语言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "default_locale": "en", "version": "1.0.1", "manifest_version": 3, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "action": { "browser_style": true, "default_title": "browser-extension", "default_popup": "popup\/popup.html" }, "background": { "service_worker": "background.js" }, "options_ui": { "page": "options\/options.html" }, "permissions": [ "notifications" ], "host_permissions": [ "https:\/\/open.faceit.com\/" ], "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens popup" } } } |