News Feed Reader for CNN

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

O que é News Feed Reader for CNN?

News Feed Reader for CNN é uma extensão do Chrome desenvolvida por https://zamok.cloud, e sua principal característica é "Stay up to date with the latest news published on CNN!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão News Feed Reader for CNN

Baixe arquivos de extensão News Feed Reader for CNN no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome News Feed Reader for CNN News Feed Reader for CNN
ID eeceeojjlcjpgfjckcfjjmniemkjfaab
URL Oficial https://chromewebstore.google.com/detail/news-feed-reader-for-cnn/eeceeojjlcjpgfjckcfjjmniemkjfaab
Descrição Stay up to date with the latest news published on CNN!
Tamanho do Arquivo 115 KB
Contagem de Instalações 912
Versão Atual 2.0.1
Última Atualização 2024-02-24
Data de Publicação 2023-06-13
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://zamok.cloud
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://news.zamok.cloud/sources/cnn
URL da Página de Ajuda https://news.zamok.cloud/contact
URL da Página de Política de Privacidade https://news.zamok.cloud/privacy-policy
Idiomas Suportados 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
}