FUTSTARZ Toolbar
This Extensions will help you trading with shortcuts and prices.
FUTSTARZ Toolbar란 무엇입니까?
FUTSTARZ Toolbar은(는) https://futstarz.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This Extensions will help you trading with shortcuts and prices."입니다.
확장 프로그램 스크린샷
FUTSTARZ Toolbar 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The FUTSTARZ Toolbar extension will help you to trade with ease at the FIFA Ultimate Team(FUT21) Transfermarket! Some of our amazing features are: - it shows you all unassigned cards plus the coins you invested - keyboard shortcuts to trade with ease at the FUT21 - Transfermarket - get the current FUT market price for any player and insert the price for listing with ONE click FUTSTARZ will save you tons of time and research. Trade with ease on the FIFA21 Transfermarket - this FIFA21 FUT Extension is 100% free! ---------------------------------------------------------------------------------------- HOW TO INSTALL: 1. Download Extension 2. Open the Futstarz-Toolbar extension popup ( symbol at upper right corner) 3. Grant permissions 4. Open Fifa Webapp
확장 프로그램 기본 정보
이름 | FUTSTARZ Toolbar |
ID | hedpbkholbkpnkkgcpfehkfafeamlhfb |
공식 URL | https://chromewebstore.google.com/detail/futstarz-toolbar/hedpbkholbkpnkkgcpfehkfafeamlhfb |
설명 | This Extensions will help you trading with shortcuts and prices. |
파일 크기 | 1.19 MB |
설치 횟수 | 476 |
현재 버전 | 1.0.10 |
최근 업데이트 | 2021-04-19 |
출시 날짜 | 2020-08-18 |
평점 | 4.06/5 총 17 개의 평점 |
개발자 | https://futstarz.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://futstarz.com/ |
도움말 페이지 URL | https://futstarz.com/ |
개인정보 보호 정책 페이지 URL | https://www.futstarz.com/privacy-policy-cookies |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUTSTARZ Toolbar", "version": "1.0.10", "description": "This Extensions will help you trading with shortcuts and prices.\n\n\n", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.ea.com\/*" ], "js": [ "js\/jquery-3.5.1.min.js", "js\/content.js", "js\/ga.js" ], "css": [ "content.css", "assets\/css\/injected.css" ], "run_at": "document_idle" } ], "web_accessible_resources": [ "injected.js" ], "browser_action": { "default_popup": "popup.html" }, "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "icons": { "16": "img\/new\/coin.png", "48": "img\/new\/coin-48.png", "128": "img\/new\/coin-128.png" }, "permissions": [], "optional_permissions": [ "storage", "https:\/\/www.ea.com\/*", "https:\/\/*.futalert.co.uk\/*" ], "background": { "scripts": [ "js\/background.js", "js\/jquery-3.5.1.min.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.ea.com\/*" ] } } |