Covid-19 News Blocker
Protect yourself from Covid-19 hysteria in mass media.
Covid-19 News Blockerคืออะไร?
Covid-19 News Blocker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย devunion และคุณลักษณะหลักของมันคือ "Protect yourself from Covid-19 hysteria in mass media."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Covid-19 News Blocker
ดาวน์โหลดไฟล์ส่วนขยาย Covid-19 News Blocker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
The extension is trying to detect articles and posts related to COVID-19 and hide them. We do think that people all over the world are over stressed. And mass media hysteria adds even more stress to our life. We don't think that coronavirus is not a problem today. We just want to protect emotional people from unnecessary level of stress.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Covid-19 News Blocker |
ID | nodmfciidklomdmibnhihgfhlgafhdoo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/covid-19-news-blocker/nodmfciidklomdmibnhihgfhlgafhdoo |
คำอธิบาย | Protect yourself from Covid-19 hysteria in mass media. |
ขนาดไฟล์ | 558 KB |
จำนวนการติดตั้ง | 123 |
เวอร์ชันปัจจุบัน | 0.2.1 |
อัปเดตครั้งล่าสุด | 2020-04-23 |
วันที่เผยแพร่ | 2020-04-21 |
คะแนน | 4.67/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | devunion |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Covid-19 News Blocker", "version": "0.2.1", "description": "Protect yourself from Covid-19 hysteria in mass media.", "icons": { "19": "icon\/icon-19.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "default_locale": "en", "browser_action": { "default_icon": { "19": "icon\/icon-19.png", "48": "icon\/icon-48.png", "128": "icon\/icon-128.png" }, "default_title": "Covid News Blocker", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "js\/background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ] } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |