News Feed Reader for CNN

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

News Feed Reader for CNN란 무엇입니까?

News Feed Reader for CNN은(는) https://zamok.cloud에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Stay up to date with the latest news published on CNN!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

News Feed Reader for CNN 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 News Feed Reader for CNN News Feed Reader for CNN
ID eeceeojjlcjpgfjckcfjjmniemkjfaab
공식 URL https://chromewebstore.google.com/detail/news-feed-reader-for-cnn/eeceeojjlcjpgfjckcfjjmniemkjfaab
설명 Stay up to date with the latest news published on CNN!
파일 크기 115 KB
설치 횟수 912
현재 버전 2.0.1
최근 업데이트 2024-02-24
출시 날짜 2023-06-13
평점 5.00/5 총 1 개의 평점
개발자 https://zamok.cloud
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://news.zamok.cloud/sources/cnn
도움말 페이지 URL https://news.zamok.cloud/contact
개인정보 보호 정책 페이지 URL https://news.zamok.cloud/privacy-policy
지원되는 언어 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
}