CNN Chrome Extension
Read CNN news in Chrome Extension
What is CNN Chrome Extension?
CNN Chrome Extension is a Chrome extension developed by dvliman, and its main feature is "Read CNN news in Chrome Extension".
Extension Screenshots
Download CNN Chrome Extension Extension CRX File
Download CNN Chrome Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Simple chrome extension to read CNN News (lite.cnn.com) in a single click. Code is open source, written in Clojurescript, compiled with shadow-cljs. LINKS: https://dvliman.com/ https://postwalk.org/ https://www.buymeacoffee.com/dvliman SOURCE CODE: https://github.com/dvliman/cnn-chrome-extension CHROME EXTENSION: https://chrome.google.com/webstore/detail/lbfjecjnndgobkgagllainiphdbhhalg?authuser=0&hl=en
Extension Basic Information
Name | CNN Chrome Extension |
ID | lbfjecjnndgobkgagllainiphdbhhalg |
Official URL | https://chromewebstore.google.com/detail/cnn-chrome-extension/lbfjecjnndgobkgagllainiphdbhhalg |
Description | Read CNN news in Chrome Extension |
File Size | 317 KB |
Installation Count | 187 |
Current Version | 1.1 |
Last Updated | 2023-02-02 |
Publish Date | 2023-02-01 |
Rating | 5.00/5 Total 1 Ratings |
Developer | dvliman |
[email protected] | |
Payment Type | free |
Extension Website | https://postwalk.org |
Help Page URL | https://postwalk.org/support |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CNN Chrome Extension", "version": "1.1", "description": "Read CNN news in Chrome Extension", "manifest_version": 3, "permissions": [], "action": { "default_title": "CNN Chrome Extension", "default_icon": "images\/icon48.png", "default_popup": "popup.html" }, "host_permissions": [ "https:\/\/lite.cnn.com\/*" ], "icons": { "48": "images\/icon48.png", "96": "images\/icon96.png", "128": "images\/icon128.png" } } |