Corona, no thanks!
Are you also sick of hearing corona everywhere? Replace it with something better.
Wat is Corona, no thanks!?
Corona, no thanks! is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Are you also sick of hearing corona everywhere? Replace it with something better.".
Extensie Screenshots
Download het CRX-bestand van de extensie Corona, no thanks!
Download Corona, no thanks!-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
Are you also sick of hearing corona everywhere? Replace it with something better. This extension allows you to define a custom word to replace "corona" and "covid" with. By default it will take "Unicorn", but you can change it to whatever you like. Just click on the extension and specify your word.
Basisinformatie over de Extensie
Naam | Corona, no thanks! |
ID | khgalfgmbajmcobkplmfchmlfjebadco |
Officiële URL | https://chromewebstore.google.com/detail/corona-no-thanks/khgalfgmbajmcobkplmfchmlfjebadco |
Beschrijving | Are you also sick of hearing corona everywhere? Replace it with something better. |
Bestandsgrootte | 48.89 KB |
Aantal Installaties | 17 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-03-06 |
Publicatiedatum | 2020-03-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corona, no thanks!", "version": "1.0.0", "manifest_version": 2, "description": "Are you also sick of hearing corona everywhere? Replace it with something better.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/content.js" ], "run_at": "document_idle" } ], "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "browser action demo", "default_popup": "src\/browser_action\/browser_action.html" } } |