Covid-19 News Blocker
Protect yourself from Covid-19 hysteria in mass media.
什麼是Covid-19 News Blocker?
Covid-19 News Blocker是由devunion開發的Chrome擴展程式,該擴展的主要功能是“Protect yourself from Covid-19 hysteria in mass media.”。
擴展截圖
下載Covid-19 News Blocker擴展crx文件
下載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 |
官方網址 | 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" ] } |