Fastcup.net Helper

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

What is Fastcup.net Helper?

Fastcup.net Helper is a Chrome extension developed by wzk & Brevzor, and its main feature is "This extension add some new functions to Fastcup.net. Automatic match acceptance and more.".

Extension Screenshots

screenshot
screenshot

Download Fastcup.net Helper Extension CRX File

Download Fastcup.net Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fastcup.net Helper Fastcup.net Helper
ID fafpkjpdfmhkhicmhhaokkbcbhielpjh
Official URL https://chromewebstore.google.com/detail/fastcupnet-helper/fafpkjpdfmhkhicmhhaokkbcbhielpjh
Description This extension add some new functions to Fastcup.net. Automatic match acceptance and more.
File Size 89.74 KB
Installation Count 620
Current Version 0.5.9.6
Last Updated 2023-03-24
Publish Date 2020-12-30
Rating 4.38/5 Total 16 Ratings
Developer wzk & Brevzor
Email [email protected]
Payment Type free
Supported Languages 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": [
                ""
            ]
        }
    ]
}