IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

Cos'è IT'S FOOTBALL?

IT'S FOOTBALL è un'estensione di Chrome sviluppata da Munad Hasan, e la sua funzione principale è "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione IT'S FOOTBALL

Scarica i file di estensione IT'S FOOTBALL 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

                        Are you annoyed of watching the word 'SOCCER'? Then this extension is for you. All you have to do is download the extension and it will automatically replace all the 'SOCCER' with 'FOOTBALL' in your browser.                    

Informazioni di Base sull'Estensione

Nome IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
URL Ufficiale https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Descrizione It automatically replace 'SOCCER' with 'FOOTBALL'.
Dimensione del File 248 KB
Conteggio Installazioni 89
Versione Corrente 2.4
Ultimo Aggiornamento 2023-03-25
Data di Pubblicazione 2023-02-14
Valutazione 5.00/5 Totale 14 Valutazioni
Sviluppatore Munad Hasan
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "IT'S FOOTBALL",
    "version": "2.4",
    "author": "Munad Hasan",
    "icons": {
        "128": "icon.png"
    },
    "description": "It automatically replace 'SOCCER' with 'FOOTBALL'.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}