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 |
公式URL | 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 |
Eメール | [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": [ " |