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.”。

擴展截圖

screenshot

下載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 CNN New Tab
ID kjklkledijpnkjnimghjfacdbdjloadb
官方網址 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"
    }
}