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 |
Eメール | [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" } } } |