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
公式URL 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
Eメール [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'"
}