Coro-NO: COVID-19 News Blocker
A COVID-19 information blocking plugin for your Facebook.
Was ist Coro-NO: COVID-19 News Blocker?
Coro-NO: COVID-19 News Blocker ist eine Chrome-Erweiterung, die von snorbik entwickelt wurde, und ihr Hauptmerkmal ist "A COVID-19 information blocking plugin for your Facebook.".
Erweiterungsscreenshots
Coro-NO: COVID-19 News Blocker-Erweiterungs-CRX-Datei herunterladen
Laden Sie Coro-NO: COVID-19 News Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Coro-NO: COVID-19 News Blocker |
ID | pgdaepoliphmfldlijphblikkeegpadj |
Offizielle URL | https://chromewebstore.google.com/detail/coro-no-covid-19-news-blo/pgdaepoliphmfldlijphblikkeegpadj |
Beschreibung | A COVID-19 information blocking plugin for your Facebook. |
Dateigröße | 180 KB |
Installationsanzahl | 102 |
Aktuelle Version | 0.5 |
Letztes Update | 2020-04-02 |
Veröffentlichungsdatum | 2020-04-02 |
Bewertung | 4.50/5 Insgesamt 2 Bewertungen |
Entwickler | snorbik |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |