News Feed Reader for CNN

Stay up to date with the latest news published on CNN!

What is News Feed Reader for CNN?

News Feed Reader for CNN is a Chrome extension developed by https://zamok.cloud, and its main feature is "Stay up to date with the latest news published on CNN!".

Extension Screenshots

screenshot
screenshot
screenshot

Download News Feed Reader for CNN Extension CRX File

Download News Feed Reader for CNN 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

                        Welcome to the News Feed Reader for CNN News browser extension! You've just accessed a streamlined gateway to the most significant global headlines, curated to keep you connected with the evolving world of news.

Our browser extension brings you a comprehensive selection of sections to choose from, including: Home, U.S., World, Politics, Opinion, Health, Entertainment, Sports. Select your preferred sections to build a personalized news feed tailored to your interests, ensuring you're always updated on the news and global events that are most important to you.

To start your tailored news browsing experience, simply click on the News Feed Reader for CNN News browser extension icon located in your browser's toolbar. Select your favorite sections and immerse yourself in a world of easily accessible news that keeps you informed and engaged with the world.                    

Extension Basic Information

Name News Feed Reader for CNN News Feed Reader for CNN
ID eeceeojjlcjpgfjckcfjjmniemkjfaab
Official URL https://chromewebstore.google.com/detail/news-feed-reader-for-cnn/eeceeojjlcjpgfjckcfjjmniemkjfaab
Description Stay up to date with the latest news published on CNN!
File Size 115 KB
Installation Count 912
Current Version 2.0.1
Last Updated 2024-02-24
Publish Date 2023-06-13
Rating 5.00/5 Total 1 Ratings
Developer https://zamok.cloud
Email [email protected]
Payment Type free
Extension Website https://news.zamok.cloud/sources/cnn
Help Page URL https://news.zamok.cloud/contact
Privacy Policy Page URL https://news.zamok.cloud/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.0.1",
    "name": "__MSG_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/news.zamok.cloud\/api\/cnn"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon_16.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup\/home.html"
    },
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "manifest_version": 3
}