Corgi The News
Replace pictures on news websites with corgis.
什麼是Corgi The News?
Corgi The News是由TDubTheRebel開發的Chrome擴展程式,該擴展的主要功能是“Replace pictures on news websites with corgis.”。
擴展截圖
下載Corgi The News擴展crx文件
下載Corgi The News擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Corgi The News |
ID | pofnmikfcplklojfoacooheohfdmmgpn |
官方網址 | https://chromewebstore.google.com/detail/corgi-the-news/pofnmikfcplklojfoacooheohfdmmgpn |
簡介 | Replace pictures on news websites with corgis. |
檔案大小 | 1.44 MB |
安裝次數 | 133 |
目前版本 | 0.2.5 |
更新時間 | 2020-03-25 |
上架時間 | 2020-03-24 |
開發者 | TDubTheRebel |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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\/*" ] } |