Faceit elo statistics
Shows a notification when the user clicks on links.
Faceit elo statistics là gì?
Faceit elo statistics là một tiện ích mở rộng Chrome được phát triển bởi iliyazelenkog, và tính năng chính của nó là "Shows a notification when the user clicks on links.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Faceit elo statistics
Tải xuống các tệp mở rộng Faceit elo statistics dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
A simple extension that allows you to view your or any player's statistics .
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Faceit elo statistics |
ID | pbcjdjdkfffipjalaneimnjnogbajden |
URL Chính Thức | https://chromewebstore.google.com/detail/faceit-elo-statistics/pbcjdjdkfffipjalaneimnjnogbajden |
Mô tả | Shows a notification when the user clicks on links. |
Kích Thước Tệp | 267 KB |
Số Lần Cài Đặt | 10,000 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2023-03-20 |
Ngày Phát Hành | 2018-11-22 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | iliyazelenkog |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/iliyaZelenko/browser-extension-faceit-csgo |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |