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 |
电子邮箱 | [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" } } |