FUT Helper

This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…

什麼是FUT Helper?

FUT Helper是由p.mykhailov開發的Chrome擴展程式,該擴展的主要功能是“This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…”。

擴展截圖

screenshot
screenshot

下載FUT Helper擴展crx文件

下載FUT Helper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard
First set appropriate convinient keys and then use keyboard instead of mouse                    

擴展基本資訊

名稱 FUT Helper FUT Helper
ID icdicpefgeajbmigaodojedcdljlnkln
官方網址 https://chrome.google.com/webstore/detail/fut-helper/icdicpefgeajbmigaodojedcdljlnkln
簡介 This extension helps to buy and sell FUT cards in the FUT web application much easier using the keyboard First set appropriate…
檔案大小 7.68 KB
安裝次數 67
目前版本 1.1.4
更新時間 2022-02-01
上架時間 2019-11-12
評分 3.00/5 共 2 次評分
開發者 p.mykhailov
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FUT Helper",
    "short_name": "FH",
    "version": "1.1.4",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.easports.com\/fifa\/ultimate-team\/web-app\/*",
                "*:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": []
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [],
    "browser_action": {
        "default_title": "FUT Helper",
        "default_popup": "popup.html"
    }
}