IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

Hvad er IT'S FOOTBALL?

IT'S FOOTBALL er en Chrome-udvidelse udviklet af Munad Hasan, og dens hovedfunktion er "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download IT'S FOOTBALL-udvidelses-CRX-fil

Download IT'S FOOTBALL-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
Officiel URL https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Beskrivelse It automatically replace 'SOCCER' with 'FOOTBALL'.
Filstørrelse 248 KB
Antal Installationer 89
Nuværende Version 2.4
Senest Opdateret 2023-03-25
Udgivelsesdato 2023-02-14
Bedømmelse 5.00/5 Samlet 14 Bedømmelser
Udvikler Munad Hasan
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}