Fastcup.net Helper

This extension add some new functions to Fastcup.net. Automatic match acceptance and more.

Fastcup.net Helperคืออะไร?

Fastcup.net Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wzk & Brevzor และคุณลักษณะหลักของมันคือ "This extension add some new functions to Fastcup.net. Automatic match acceptance and more."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fastcup.net Helper

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
อีเมล [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": [
                ""
            ]
        }
    ]
}