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 |
公式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 |
Eメール | [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" ] } |