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
电子邮箱 [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"
    ]
}