Corona, no thanks!

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

Corona, no thanks! là gì?

Corona, no thanks! là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Are you also sick of hearing corona everywhere? Replace it with something better.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Corona, no thanks!

Tải xuống các tệp mở rộng Corona, no thanks! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Corona, no thanks! Corona, no thanks!
ID khgalfgmbajmcobkplmfchmlfjebadco
URL Chính Thức https://chromewebstore.google.com/detail/corona-no-thanks/khgalfgmbajmcobkplmfchmlfjebadco
Mô tả Are you also sick of hearing corona everywhere? Replace it with something better.
Kích Thước Tệp 48.89 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-03-06
Ngày Phát Hành 2020-03-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}