Corona, no thanks!

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

Corona, no thanks!คืออะไร?

Corona, no thanks! เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Are you also sick of hearing corona everywhere? Replace it with something better."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Corona, no thanks!

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}