Corona, no thanks!

Are you also sick of hearing corona everywhere? Replace it with something better.

Apa itu Corona, no thanks!?

Corona, no thanks! adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Are you also sick of hearing corona everywhere? Replace it with something better.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Corona, no thanks!

Unduh file ekstensi Corona, no thanks! 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 also sick of hearing corona everywhere? Replace it with something better. This extension allows you to define a custom word to replace "corona" and "covid" with.

By default it will take "Unicorn", but you can change it to whatever you like. Just click on the extension and specify your word.                    

Informasi Dasar Ekstensi

Nama Corona, no thanks! Corona, no thanks!
ID khgalfgmbajmcobkplmfchmlfjebadco
URL Resmi https://chromewebstore.google.com/detail/corona-no-thanks/khgalfgmbajmcobkplmfchmlfjebadco
Deskripsi Are you also sick of hearing corona everywhere? Replace it with something better.
Ukuran File 48.89 KB
Jumlah Instalasi 17
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2020-03-06
Tanggal Publikasi 2020-03-04
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Corona, no thanks!",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Are you also sick of hearing corona everywhere? Replace it with something better.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "browser action demo",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}