Fastcup.net Helper
This extension add some new functions to Fastcup.net. Automatic match acceptance and more.
什麼是Fastcup.net Helper?
Fastcup.net Helper是由wzk & Brevzor開發的Chrome擴展程式,該擴展的主要功能是“This extension add some new functions to Fastcup.net. Automatic match acceptance and more.”。
擴展截圖
下載Fastcup.net Helper擴展crx文件
下載Fastcup.net Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Fastcup.net Helper |
ID | fafpkjpdfmhkhicmhhaokkbcbhielpjh |
官方網址 | https://chromewebstore.google.com/detail/fastcupnet-helper/fafpkjpdfmhkhicmhhaokkbcbhielpjh |
簡介 | This extension add some new functions to Fastcup.net. Automatic match acceptance and more. |
檔案大小 | 89.74 KB |
安裝次數 | 620 |
目前版本 | 0.5.9.6 |
更新時間 | 2023-03-24 |
上架時間 | 2020-12-30 |
評分 | 4.38/5 共 16 次評分 |
開發者 | wzk & Brevzor |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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": [ " |