Corona, no thanks!

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

Corona, no thanks!とは何ですか?

Corona, no thanks!はUnknownによって開発されたChromeの拡張機能で、その主な機能は「Are you also sick of hearing corona everywhere? Replace it with something better.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Corona, no thanks!拡張機能のCRXファイルをダウンロード

Corona, no thanks!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Corona, no thanks! Corona, no thanks!
ID khgalfgmbajmcobkplmfchmlfjebadco
公式URL https://chromewebstore.google.com/detail/corona-no-thanks/khgalfgmbajmcobkplmfchmlfjebadco
説明 Are you also sick of hearing corona everywhere? Replace it with something better.
ファイルサイズ 48.89 KB
インストール数 17
現在のバージョン 1.0.0
最終更新日 2020-03-06
公開日 2020-03-04
評価 5.00/5 合計 1 レビュー
開発者 Unknown
支払い方法 free
対応言語 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"
    }
}