FutSnip

This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .

什麼是FutSnip?

FutSnip是由futsnipx開發的Chrome擴展程式,該擴展的主要功能是“This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .”。

擴展截圖

screenshot

下載FutSnip擴展crx文件

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

擴展使用說明

                        This Extensions will save you tons of time and help you doing most operation of FIFA Ultimate Team(FUT21) in-game purchases using shortcuts .
The FutSnip Toolbar extension  will help you to trade with ease at the FIFA Ultimate Team(FUT21) Transfermarket!                    

擴展基本資訊

名稱 FutSnip FutSnip
ID cmgfkddlibekfdaedeaacpbelijmmlnn
官方網址 https://chromewebstore.google.com/detail/futsnip/cmgfkddlibekfdaedeaacpbelijmmlnn
簡介 This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts .
檔案大小 64.59 KB
安裝次數 126
目前版本 0.1.0
更新時間 2020-12-05
上架時間 2020-12-05
評分 5.00/5 共 1 次評分
開發者 futsnipx
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FutSnip",
    "description": "This Extensions will save you tons of time and help you in doing all operation in web fut using shortcuts . ",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "scripts": [
            "scripts\/CryptoJs-aes.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": ".\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/fifa\/ultimate-team\/web-app\/*"
            ],
            "js": [
                "scripts\/virtualpointer.js",
                "scripts\/mousetrap.js",
                "scripts\/content.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [],
    "content_security_policy": "script-src 'self' https:\/\/firestore.googleapis.com  https:\/\/cdn.firebase.com https:\/\/www.gstatic.com; object-src 'self'"
}