IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

Vad är IT'S FOOTBALL?

IT'S FOOTBALL är en Chrome-tillägg utvecklad av Munad Hasan, och dess huvudfunktion är "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner IT'S FOOTBALL-förlängningens CRX-fil

Ladda ner IT'S FOOTBALL-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
Officiell webbadress https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Beskrivning It automatically replace 'SOCCER' with 'FOOTBALL'.
Filstorlek 248 KB
Antal Installationer 89
Aktuell Version 2.4
Senast Uppdaterad 2023-03-25
Publiceringsdatum 2023-02-14
Betyg 5.00/5 Totalt 14 Betyg
Utvecklare Munad Hasan
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}