Corona, no thanks!

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

Hvad er Corona, no thanks!?

Corona, no thanks! er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Are you also sick of hearing corona everywhere? Replace it with something better.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Corona, no thanks!-udvidelses-CRX-fil

Download Corona, no thanks!-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Corona, no thanks! Corona, no thanks!
ID khgalfgmbajmcobkplmfchmlfjebadco
Officiel URL https://chromewebstore.google.com/detail/corona-no-thanks/khgalfgmbajmcobkplmfchmlfjebadco
Beskrivelse Are you also sick of hearing corona everywhere? Replace it with something better.
Filstørrelse 48.89 KB
Antal Installationer 17
Nuværende Version 1.0.0
Senest Opdateret 2020-03-06
Udgivelsesdato 2020-03-04
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler Unknown
Betalingsmetode free
Understøttede Sprog 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"
    }
}