Anti-covid
Filter Covid-19 news, stop coronavirus spreading on the Internet
Wat is Anti-covid?
Anti-covid is een Chrome-extensie ontwikkeld door IP A.B., en de belangrijkste functie is "Filter Covid-19 news, stop coronavirus spreading on the Internet".
Extensie Screenshots
Download het CRX-bestand van de extensie Anti-covid
Download Anti-covid-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Replaces text "coronavirus", "covid-19" etc. with "love" Basisinformatie over de Extensie
| Naam | |
| ID | cblmehmgpilbekhbfjhijbbenoppkepc |
| Officiële URL | https://chromewebstore.google.com/detail/anti-covid/cblmehmgpilbekhbfjhijbbenoppkepc |
| Beschrijving | Filter Covid-19 news, stop coronavirus spreading on the Internet |
| Bestandsgrootte | 35.4 KB |
| Aantal Installaties | 37 |
| Huidige Versie | 1.0.0.0 |
| Laatst Bijgewerkt | 2020-03-28 |
| Publicatiedatum | 2020-03-27 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | IP A.B. |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
}
]
} | |