coronaBlock

coronaBlock

coronaBlockคืออะไร?

coronaBlock เป็นส่วนขยายของ Chrome ที่พัฒนาโดย RidDev และคุณลักษณะหลักของมันคือ "coronaBlock"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย coronaBlock

ดาวน์โหลดไฟล์ส่วนขยาย coronaBlock ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        In a crazy flow of information, it has become difficult to filter the good and the bad, especially during a pandemic. CoronaBlock is a plugin that disables references to coronavirus and replaces it with positive news.

Psychologists confirm: reading bad news significantly increases the level of anxiety. But with the development of the Internet, it is almost impossible to ignore the information agenda. CoronaBlock will help reduce the degree of anxiety and remove negative news from your sight. Also it will remind you that even in the most troubled times we do not have only bad things, but good too.

An activated blocker replaces all words related to the coronavirus with paragraphs from good news by default. Shutdown returns everything to its initial state.

The referral program allows you to unlock the free blocking function. Just invite a friend with your referral code and you will have the opportunity to block any words. Create an atmosphere full of calm, without any toxicity and annoying news with the help of CoronaBlock.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ coronaBlock coronaBlock
ID ildpglljepjdljgojhcaopogoaacaail
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/coronablock/ildpglljepjdljgojhcaopogoaacaail
คำอธิบาย coronaBlock
ขนาดไฟล์ 853 KB
จำนวนการติดตั้ง 98
เวอร์ชันปัจจุบัน 1.1.1
อัปเดตครั้งล่าสุด 2020-05-13
วันที่เผยแพร่ 2020-05-12
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา RidDev
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "coronaBlock",
    "version": "1.1.1",
    "description": "coronaBlock",
    "short_name": "coronaBlock",
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "coronaBlock",
        "default_icon": "128.png",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "48.png",
        "128": "128.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "js.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery.js",
                "injected.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en"
}