IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

What is IT'S FOOTBALL?

IT'S FOOTBALL is a Chrome extension developed by Munad Hasan, and its main feature is "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Extension Screenshots

screenshot
screenshot

Download IT'S FOOTBALL Extension CRX File

Download IT'S FOOTBALL extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
Official URL https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Description It automatically replace 'SOCCER' with 'FOOTBALL'.
File Size 248 KB
Installation Count 89
Current Version 2.4
Last Updated 2023-03-25
Publish Date 2023-02-14
Rating 5.00/5 Total 14 Ratings
Developer Munad Hasan
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}