IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

IT'S FOOTBALL क्या है?

IT'S FOOTBALL Munad Hasan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It automatically replace 'SOCCER' with 'FOOTBALL'."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में IT'S FOOTBALL एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
आधिकारिक URL https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
विवरण It automatically replace 'SOCCER' with 'FOOTBALL'.
फ़ाइल का आकार 248 KB
स्थापना संख्या 89
वर्तमान संस्करण 2.4
अंतिम अपडेट 2023-03-25
प्रकाशन तिथि 2023-02-14
रेटिंग 5.00/5 कुल 14 रेटिंग्स
डेवलपर Munad Hasan
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}