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. 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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": [
" | |