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 . 擴展基本資訊
| 名稱 | |
| ID | pbcjdjdkfffipjalaneimnjnogbajden |
| 官方網址 | 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"
}
}
} | |