Fastcup.net Helper
This extension add some new functions to Fastcup.net. Automatic match acceptance and more.
Fastcup.net Helper là gì?
Fastcup.net Helper là một tiện ích mở rộng Chrome được phát triển bởi wzk & Brevzor, và tính năng chính của nó là "This extension add some new functions to Fastcup.net. Automatic match acceptance and more.".
Ả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 Fastcup.net Helper
Tải xuống các tệp mở rộng Fastcup.net Helper 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
The extension allows you to enable automatic acceptance of a match in matchmaking mode and in custom matches mode, remember the selected regions to search for a match.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Fastcup.net Helper |
ID | fafpkjpdfmhkhicmhhaokkbcbhielpjh |
URL Chính Thức | https://chromewebstore.google.com/detail/fastcupnet-helper/fafpkjpdfmhkhicmhhaokkbcbhielpjh |
Mô tả | This extension add some new functions to Fastcup.net. Automatic match acceptance and more. |
Kích Thước Tệp | 89.74 KB |
Số Lần Cài Đặt | 620 |
Phiên Bản Hiện Tại | 0.5.9.6 |
Cập Nhật Lần Cuối | 2023-03-24 |
Ngày Phát Hành | 2020-12-30 |
Đánh Giá | 4.38/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | wzk & Brevzor |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fastcup.net Helper", "short_name": "FC Helper", "description": "This extension add some new functions to Fastcup.net. Automatic match acceptance and more.", "author": [ { "name": "wzk", "email": "[email protected]" } ], "permissions": [ "storage" ], "manifest_version": 3, "version": "0.5.9.6", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/cs.fastcup.net\/*", "*:\/\/csgo.fastcup.net\/*" ], "js": [ "resource\/js\/load.js" ], "css": [ "css\/main.css" ], "run_at": "document_start" } ], "action": { "default_icon": "icons\/icon16.png", "default_title": "FC Helper", "default_popup": "popup.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self';" }, "web_accessible_resources": [ { "resources": [ "resource\/js\/*", "icons\/*", "img\/*" ], "matches": [ " |