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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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": [ " |