Coro-NO: COVID-19 News Blocker
A COVID-19 information blocking plugin for your Facebook.
什麼是Coro-NO: COVID-19 News Blocker?
Coro-NO: COVID-19 News Blocker是由snorbik開發的Chrome擴展程式,該擴展的主要功能是“A COVID-19 information blocking plugin for your Facebook.”。
擴展截圖
下載Coro-NO: COVID-19 News Blocker擴展crx文件
下載Coro-NO: COVID-19 News Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Coronavirus is infecting people as well as our online space. Are you sick and tired of seeing nothing but Coronavirus-related posts? Block them. Coro-NO is enabling you to either cover all the posts with a warning about the infected content of the post or skip those posts entirely. Are most of the post you’re seeing in other than English language? Add more words and prevent „Coro-post“ in multiple languages from popping up. What's new in v0.5 - We made it easy to share Coro-NO to your friends What's new in v0.4 - Fixed layout for new Facebook design - Added Dark mode for new Facebook design
擴展基本資訊
名稱 | Coro-NO: COVID-19 News Blocker |
ID | pgdaepoliphmfldlijphblikkeegpadj |
官方網址 | https://chromewebstore.google.com/detail/coro-no-covid-19-news-blo/pgdaepoliphmfldlijphblikkeegpadj |
簡介 | A COVID-19 information blocking plugin for your Facebook. |
檔案大小 | 180 KB |
安裝次數 | 102 |
目前版本 | 0.5 |
更新時間 | 2020-04-02 |
上架時間 | 2020-04-02 |
評分 | 4.50/5 共 2 次評分 |
開發者 | snorbik |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Coro-NO: COVID-19 News Blocker", "short_name": "CoroNO", "description": "A COVID-19 information blocking plugin for your Facebook.", "version": "0.5", "browser_action": { "default_icon": "assets\/icons\/icon128.png", "default_popup": "popup.html", "default_title": "Coro-NO" }, "icons": { "16": "assets\/icons\/icon16.png", "19": "assets\/icons\/icon19.png", "48": "assets\/icons\/icon48.png", "128": "assets\/icons\/icon128.png" }, "background": { "scripts": [ "scripts\/constants.js", "scripts\/helpers.js", "scripts\/background.js" ] }, "content_scripts": [ { "matches": [ "*:\/\/www.facebook.com\/*" ], "css": [ "styles\/content.css" ], "js": [ "scripts\/vendor\/jquery.min.js", "scripts\/constants.js", "scripts\/helpers.js", "scripts\/content.js" ] } ], "permissions": [ "activeTab", "storage" ], "web_accessible_resources": [ "assets\/images\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/connect.facebook.net; object-src 'self'" } |