Joo Janta 200 CoronaVirus Filter
Remove CoronaVirus from the Internet.
Qu'est-ce que Joo Janta 200 CoronaVirus Filter ?
Joo Janta 200 CoronaVirus Filter est une extension Chrome développée par Joel Jensen, et sa fonction principale est "Remove CoronaVirus from the Internet.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Joo Janta 200 CoronaVirus Filter
Téléchargez les fichiers d'extension Joo Janta 200 CoronaVirus Filter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Filters out sections in webpages "coronavirus or pandemic or covid or quarantine" to help the mental health of people who would rather only check news once a day. If your cup runs over with worry, this is for you.
Informations de Base sur l'Extension
Nom | |
ID | illaolgbgeofimehphgoccmffbokkcip |
URL Officiel | https://chrome.google.com/webstore/detail/joo-janta-200-coronavirus/illaolgbgeofimehphgoccmffbokkcip |
Description | Remove CoronaVirus from the Internet. |
Taille du Fichier | 1.45 MB |
Nombre d'Installations | 11 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-03-23 |
Date de Publication | 2020-03-20 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Joel Jensen |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/joeljensen/joo-janta-200-coronavirus-filter |
URL de la Page d'Aide | https://github.com/joeljensen/joo-janta-200-coronavirus-filter |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Joo Janta 200 CoronaVirus Filter", "version": "1.0.0", "description": "Remove CoronaVirus from the Internet.", "page_action": { "default_icon": "images\/icon-19x19.png", "default_title": "Warning: CoronaVirus news is on this page!" }, "permissions": [ "storage", "activeTab" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "exclude_globs": [ "*:\/\/*github.com*", "*:\/\/cdc.gov" ], "js": [ "js\/jquery-3.1.1.min.js", "js\/filter.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "images\/icon-16x16.png", "19": "images\/icon-19x19.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png", "130": "images\/icon-130x130.png", "550": "images\/icon-550x550.png" }, "background": { "persistent": false, "page": "background.html" }, "options_ui": { "chrome_style": true, "page": "options.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'" } |