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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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": [ " |