Anti-covid
Filter Covid-19 news, stop coronavirus spreading on the Internet
Vad är Anti-covid?
Anti-covid är en Chrome-tillägg utvecklad av IP A.B., och dess huvudfunktion är "Filter Covid-19 news, stop coronavirus spreading on the Internet".
Tilläggsskärmbilder
Ladda ner Anti-covid-förlängningens CRX-fil
Ladda ner Anti-covid-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Replaces text "coronavirus", "covid-19" etc. with "love" Grundläggande Information om Tillägg
| Namn | |
| ID | cblmehmgpilbekhbfjhijbbenoppkepc |
| Officiell webbadress | https://chromewebstore.google.com/detail/anti-covid/cblmehmgpilbekhbfjhijbbenoppkepc |
| Beskrivning | Filter Covid-19 news, stop coronavirus spreading on the Internet |
| Filstorlek | 35.4 KB |
| Antal Installationer | 37 |
| Aktuell Version | 1.0.0.0 |
| Senast Uppdaterad | 2020-03-28 |
| Publiceringsdatum | 2020-03-27 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | IP A.B. |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |