Unicorn-19

Replaces any mentioning of COVID on the webpages you visit with a unicorn emoji.

Unicorn-19 là gì?

Unicorn-19 là một tiện ích mở rộng Chrome được phát triển bởi The Unicorn Team, và tính năng chính của nó là "Replaces any mentioning of COVID on the webpages you visit with a unicorn emoji.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unicorn-19

Tải xuống các tệp mở rộng Unicorn-19 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

                        Tired of reading about Covid on every webpage you visit? With Unicorn-19, replace every 'Covid' keyword with a beautiful unicorn!

Why? Why not? 🦄

With this playful initiative I hope to make you smile 🙂. Since the beginning of 2020, the information we receive on the internet has been overwhelmingly pessimistic. I hope Unicorn-19 brings some change to that and allows a more positive browsing experience.

As you will notice, some 🦄 will create some strange headline titles. Please keep in mind this is a simple cut and paste tool. My intention is not to offend or shock anyone and by no means do I want to downplay the risk of Covid-19. Don't like the extension, or had enough? You can disable or uninstall the extension at any time by clicking on the 🦄 on the top right of your screen, or by going to chrome://extensions.

Keep safe 😷 and share along!


Version 1.4 changes:
- Added a toggle switch to fade out content that mentions Covid to be able to focus on non-Covid news                    

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

Tên Unicorn-19 Unicorn-19
ID malffchjgfligllcbbedfmhohogfmbnm
URL Chính Thức https://chromewebstore.google.com/detail/unicorn-19/malffchjgfligllcbbedfmhohogfmbnm
Mô tả Replaces any mentioning of COVID on the webpages you visit with a unicorn emoji.
Kích Thước Tệp 928 KB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2021-03-07
Ngày Phát Hành 2021-01-14
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển The Unicorn Team
Email [email protected]
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": "Unicorn-19",
    "version": "1.4",
    "description": "Replaces any mentioning of COVID on the webpages you visit with a unicorn emoji.",
    "manifest_version": 2,
    "author": "The Unicorn Team",
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/unicorn_vivid_128.png",
        "48": "img\/unicorn_vivid_48.png",
        "32": "img\/unicorn_vivid_32.png",
        "16": "img\/unicorn_vivid_16.png"
    },
    "permissions": [
        "tabs"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "js\/content_script.js"
            ],
            "css": [
                "css\/background.css"
            ],
            "run_at": "document_end"
        }
    ]
}