CNN New Tab

The latest videos from CNN directly on New Tab.

What is CNN New Tab?

CNN New Tab is a Chrome extension developed by New Tabs, and its main feature is "The latest videos from CNN directly on New Tab.".

Extension Screenshots

screenshot

Download CNN New Tab Extension CRX File

Download CNN New Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name CNN New Tab CNN New Tab
ID kjklkledijpnkjnimghjfacdbdjloadb
Official URL https://chromewebstore.google.com/detail/cnn-new-tab/kjklkledijpnkjnimghjfacdbdjloadb
Description The latest videos from CNN directly on New Tab.
File Size 117 KB
Installation Count 1,709
Current Version 1.2
Last Updated 2023-11-12
Publish Date 2020-07-30
Rating 5.00/5 Total 2 Ratings
Developer New Tabs
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}