IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

IT'S FOOTBALLคืออะไร?

IT'S FOOTBALL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Munad Hasan และคุณลักษณะหลักของมันคือ "It automatically replace 'SOCCER' with 'FOOTBALL'."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย IT'S FOOTBALL

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}