Anti-covid
Filter Covid-19 news, stop coronavirus spreading on the Internet
Qu'est-ce que Anti-covid ?
Anti-covid est une extension Chrome développée par IP A.B., et sa fonction principale est "Filter Covid-19 news, stop coronavirus spreading on the Internet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anti-covid
Téléchargez les fichiers d'extension Anti-covid 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
Replaces text "coronavirus", "covid-19" etc. with "love"
Informations de Base sur l'Extension
Nom | Anti-covid |
ID | cblmehmgpilbekhbfjhijbbenoppkepc |
URL Officiel | https://chromewebstore.google.com/detail/anti-covid/cblmehmgpilbekhbfjhijbbenoppkepc |
Description | Filter Covid-19 news, stop coronavirus spreading on the Internet |
Taille du Fichier | 35.4 KB |
Nombre d'Installations | 37 |
Version Actuelle | 1.0.0.0 |
Dernière Mise à Jour | 2020-03-28 |
Date de Publication | 2020-03-27 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | IP A.B. |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Anti-covid", "version": "1.0.0.0", "manifest_version": 2, "description": "Filter Covid-19 news, stop coronavirus spreading on the Internet", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/inject\/inject.css" ] } ] } |