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!」です。
拡張機能のスクリーンショット
News Feed Reader for CNN拡張機能のCRXファイルをダウンロード
News Feed Reader for CNN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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 } |