FUTSNIPER

Snipe your players on fifa21 webapp!

什么是FUTSNIPER?

FUTSNIPER是由GDev开发的Chrome扩展程序,该扩展的主要功能是“Snipe your players on fifa21 webapp!”。

扩展截图

screenshot
screenshot
screenshot

下载FUTSNIPER扩展crx文件

下载FUTSNIPER扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Easy sniping for Fifa Web App 21.
Futinator can do the work for you like buying, bidding or listing (Quick Buy, Search, Change Price).
Snipe faster than others!                    

扩展基本信息

名称 FUTSNIPER FUTSNIPER
ID hamifiodipokjopgfjbbbmdhkjbbpmej
官方URL https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej
简介 Snipe your players on fifa21 webapp!
文件大小 106 KB
安装次数 258
当前版本 1.0
更新时间 2021-01-27
上架时间 2020-11-21
评分 1.00/5 共6次评分
开发者 GDev
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://t.me/futsniper1
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FUTSNIPER",
    "version": "1.0",
    "description": "Snipe your players on fifa21 webapp!",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ea.com\/it-it\/fifa\/ultimate-team\/web-app\/"
            ],
            "js": [
                "content.js",
                "jquery-3.5.1.min.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "manifest_version": 2
}