EA FC 24 Price helper

You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.

EA FC 24 Price helper란 무엇입니까?

EA FC 24 Price helper은(는) arpi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

EA FC 24 Price helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Using this extension you can get the lowest price from FUTBIN or FUTWIZ for the selected player.
Select a player in the Transfer list or Squad view screen and press the "i" button then you can see the result under the player details.


NEW:
Press the "a" button and you can see prices for all players on the list.
If you click on the ID then the player's FUTWIZ page will be opened in a new tab.

If you think this is useful, you can buy me a coffee here:
https://ko-fi.com/thanksthecoffe

Thanks!                    

확장 프로그램 기본 정보

이름 EA FC 24 Price helper EA FC 24 Price helper
ID jglicadebccadpnlncbkdaojchjaihig
공식 URL https://chromewebstore.google.com/detail/ea-fc-24-price-helper/jglicadebccadpnlncbkdaojchjaihig
설명 You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.
파일 크기 46.35 KB
설치 횟수 494
현재 버전 0.75
최근 업데이트 2023-10-05
출시 날짜 2022-12-15
평점 2.25/5 총 4 개의 평점
개발자 arpi
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EA FC 24 Price helper",
    "version": "0.75",
    "description": "You can check the current lowest price from FUTBIN or FUTWIZ for the selected player.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/www.ea.com\/ea-sports-fc\/ultimate-team\/web-app\/"
    ],
    "manifest_version": 3
}