IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

Qu'est-ce que IT'S FOOTBALL ?

IT'S FOOTBALL est une extension Chrome développée par Munad Hasan, et sa fonction principale est "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension IT'S FOOTBALL

Téléchargez les fichiers d'extension IT'S FOOTBALL au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
URL Officiel https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Description It automatically replace 'SOCCER' with 'FOOTBALL'.
Taille du Fichier 248 KB
Nombre d'Installations 89
Version Actuelle 2.4
Dernière Mise à Jour 2023-03-25
Date de Publication 2023-02-14
Évaluation 5.00/5 Total 14 Évaluations
Développeur Munad Hasan
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}