IT'S FOOTBALL

It automatically replace 'SOCCER' with 'FOOTBALL'.

Apa itu IT'S FOOTBALL?

IT'S FOOTBALL adalah ekstensi Chrome yang dikembangkan oleh Munad Hasan, dan fitur utamanya adalah "It automatically replace 'SOCCER' with 'FOOTBALL'.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IT'S FOOTBALL

Unduh file ekstensi IT'S FOOTBALL dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama IT'S FOOTBALL IT'S FOOTBALL
ID ebfggncmkfjkocnceoleclllclhbjiab
URL Resmi https://chromewebstore.google.com/detail/its-football/ebfggncmkfjkocnceoleclllclhbjiab
Deskripsi It automatically replace 'SOCCER' with 'FOOTBALL'.
Ukuran File 248 KB
Jumlah Instalasi 89
Versi Saat Ini 2.4
Terakhir Diperbarui 2023-03-25
Tanggal Publikasi 2023-02-14
Penilaian 5.00/5 Total 14 Penilaian
Pengembang Munad Hasan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}