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
官方網址 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"
    ]
}