Fastcup.net Helper

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

Cos'è Fastcup.net Helper?

Fastcup.net Helper è un'estensione di Chrome sviluppata da wzk & Brevzor, e la sua funzione principale è "This extension add some new functions to Fastcup.net. Automatic match acceptance and more.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fastcup.net Helper

Scarica i file di estensione Fastcup.net Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Fastcup.net Helper Fastcup.net Helper
ID fafpkjpdfmhkhicmhhaokkbcbhielpjh
URL Ufficiale https://chromewebstore.google.com/detail/fastcupnet-helper/fafpkjpdfmhkhicmhhaokkbcbhielpjh
Descrizione This extension add some new functions to Fastcup.net. Automatic match acceptance and more.
Dimensione del File 89.74 KB
Conteggio Installazioni 620
Versione Corrente 0.5.9.6
Ultimo Aggiornamento 2023-03-24
Data di Pubblicazione 2020-12-30
Valutazione 4.38/5 Totale 16 Valutazioni
Sviluppatore wzk & Brevzor
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}