Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 21, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Make News Great Again", "version": "1.0.2", "description": "A 'lil less Donald on CNN, Yahoo News, NYTimes, NBC, FOX, BBC, and The Guardian - for when you need a short break from reality.", "permissions": [ "scripting", "tabs" ], "content_scripts": [ { "matches": [ "https:\/\/*.cnn.com\/*", "https:\/\/news.yahoo.com\/*", "https:\/\/*.nytimes.com\/*", "https:\/\/*.nbcnews.com\/*", "https:\/\/*.foxnews.com\/*", "https:\/\/*.bbc.com\/news\/*", "https:\/\/*.theguardian.com\/*" ], "js": [ "contentScript.js" ] } ], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Make News Great Again" }, "icons": { "16": "icons\/default16.png", "48": "icons\/default48.png", "128": "icons\/default128.png" } }