IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

IT'S FOOTBALLとは何ですか?

IT'S FOOTBALLはMunad Hasanによって開発されたChromeの拡張機能で、その主な機能は「It automatically replace 'SOCCER' with 'FOOTBALL'.」です。

拡張機能のスクリーンショット

screenshot
screenshot

IT'S FOOTBALL拡張機能のCRXファイルをダウンロード

IT'S FOOTBALL拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}