CNN New Tab
The latest videos from CNN directly on New Tab.
CNN New Tabとは何ですか?
CNN New TabはNew Tabsによって開発されたChromeの拡張機能で、その主な機能は「The latest videos from CNN directly on New Tab.」です。
拡張機能のスクリーンショット
CNN New Tab拡張機能のCRXファイルをダウンロード
CNN New Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
News from CNN always at hand. CNN New Tab brings to Chrome the latest videos from YouTube channel and informations from Facebook. You can play CNN's videos directly on each new tab in your browser. Of course, there is classic search on Google and also search on YouTube. Be connected!
拡張機能の基本情報
名前 | CNN New Tab |
ID | kjklkledijpnkjnimghjfacdbdjloadb |
公式URL | https://chromewebstore.google.com/detail/cnn-new-tab/kjklkledijpnkjnimghjfacdbdjloadb |
説明 | The latest videos from CNN directly on New Tab. |
ファイルサイズ | 117 KB |
インストール数 | 1,709 |
現在のバージョン | 1.2 |
最終更新日 | 2023-11-12 |
公開日 | 2020-07-30 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | New Tabs |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CNN New Tab", "description": "The latest videos from CNN directly on New Tab.", "version": "1.2", "manifest_version": 3, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "action": { "default_icon": "images\/ico19.png" }, "icons": { "16": "images\/ico16.png", "19": "images\/ico19.png", "32": "images\/ico32.png", "48": "images\/ico48.png", "128": "images\/ico128.png" } } |