FUTSNIPER

Snipe your players on fifa21 webapp!

Cos'è FUTSNIPER?

FUTSNIPER è un'estensione di Chrome sviluppata da GDev, e la sua funzione principale è "Snipe your players on fifa21 webapp!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione FUTSNIPER

Scarica i file di estensione FUTSNIPER in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome FUTSNIPER FUTSNIPER
ID hamifiodipokjopgfjbbbmdhkjbbpmej
URL Ufficiale https://chrome.google.com/webstore/detail/hamifiodipokjopgfjbbbmdhkjbbpmej
Descrizione Snipe your players on fifa21 webapp!
Dimensione del File 106 KB
Conteggio Installazioni 258
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-27
Data di Pubblicazione 2020-11-21
Valutazione 1.00/5 Totale 6 Valutazioni
Sviluppatore GDev
Email [email protected]
Tipo di Pagamento free
URL della Pagina di Aiuto https://t.me/futsniper1
Lingue Supportate 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
}