News Feed Reader for CNN

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

Qu'est-ce que News Feed Reader for CNN ?

News Feed Reader for CNN est une extension Chrome développée par https://zamok.cloud, et sa fonction principale est "Stay up to date with the latest news published on CNN!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension News Feed Reader for CNN

Téléchargez les fichiers d'extension News Feed Reader for CNN au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom News Feed Reader for CNN News Feed Reader for CNN
ID eeceeojjlcjpgfjckcfjjmniemkjfaab
URL Officiel https://chromewebstore.google.com/detail/news-feed-reader-for-cnn/eeceeojjlcjpgfjckcfjjmniemkjfaab
Description Stay up to date with the latest news published on CNN!
Taille du Fichier 115 KB
Nombre d'Installations 912
Version Actuelle 2.0.1
Dernière Mise à Jour 2024-02-24
Date de Publication 2023-06-13
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://zamok.cloud
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://news.zamok.cloud/sources/cnn
URL de la Page d'Aide https://news.zamok.cloud/contact
URL de la Page de Politique de Confidentialité https://news.zamok.cloud/privacy-policy
Langues Prises en Charge 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
}