Corgi The News
Replace pictures on news websites with corgis.
Was ist Corgi The News?
Corgi The News ist eine Chrome-Erweiterung, die von TDubTheRebel entwickelt wurde, und ihr Hauptmerkmal ist "Replace pictures on news websites with corgis.".
Erweiterungsscreenshots
Corgi The News-Erweiterungs-CRX-Datei herunterladen
Laden Sie Corgi The News-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
News headlines are scary, but the photos don't have to be. Read today's news with the comfort of nature's antidepressant, corgis. Works with the top news websites in the US, including: New York Times, Washington Post, LA Times, Huffington Post, Yahoo News, Google News, Bloomberg, Slate, Guardian, CNN, Fox News, Daily Mail, Wall Street Journal, ABC News, BBC, USA Today, Newsweek, Independent, MSNBC, Axios, Boston Globe, Reuters, The Hill, Politico, Daily Beast, Roll Call, The Atlantic, and the Topeka Capital-Journal.
Grundlegende Informationen zur Erweiterung
Name | Corgi The News |
ID | pofnmikfcplklojfoacooheohfdmmgpn |
Offizielle URL | https://chromewebstore.google.com/detail/corgi-the-news/pofnmikfcplklojfoacooheohfdmmgpn |
Beschreibung | Replace pictures on news websites with corgis. |
Dateigröße | 1.44 MB |
Installationsanzahl | 133 |
Aktuelle Version | 0.2.5 |
Letztes Update | 2020-03-25 |
Veröffentlichungsdatum | 2020-03-24 |
Entwickler | TDubTheRebel |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Corgi The News", "version": "0.2.5", "description": "Replace pictures on news websites with corgis.", "manifest_version": 2, "browser_action": [], "icons": { "16": "assets\/images\/corgiWiggle4.png", "32": "assets\/images\/corgiIcon2.png", "48": "assets\/images\/corgiIcon2.png", "128": "assets\/images\/corgiIcon2.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.nytimes.com\/*", "https:\/\/*.yahoo.com\/*", "https:\/\/news.google.com\/*", "https:\/\/*.huffpost.com\/*", "https:\/\/*.cnn.com\/*", "https:\/\/*.nytimes.com\/*", "https:\/\/*.foxnews.com\/*", "https:\/\/*.nbcnews.com\/*", "https:\/\/*.dailymail.co.uk\/*", "https:\/\/*.washingtonpost.com\/*", "https:\/\/*.theguardian.com\/*", "https:\/\/*.wsj.com\/*", "https:\/\/*.abcnews.go.com\/*", "https:\/\/*.bbc.com\/*", "https:\/\/*.usatoday.com\/*", "https:\/\/*.latimes.com\/*", "https:\/\/*.bloomberg.com\/*", "https:\/\/*.slate.com\/*", "https:\/\/*.newsweek.com\/*", "https:\/\/*.independent.co.uk\/*", "https:\/\/*.msnbc.com\/*", "https:\/\/*.axios.com\/*", "https:\/\/*.boston.com\/*", "https:\/\/*.reuters.com\/*", "https:\/\/*.thehill.com\/*", "https:\/\/*.politico.com\/*", "https:\/\/*.thedailybeast.com\/*", "https:\/\/*.rollcall.com\/*", "https:\/\/*.theatlantic.com\/*", "https:\/\/*.cjonline.com\/*" ], "all_frames": true, "js": [ "assets\/js\/contentScript.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "assets\/images\/*" ] } |