CNN New Tab

The latest videos from CNN directly on New Tab.

Qu'est-ce que CNN New Tab ?

CNN New Tab est une extension Chrome développée par New Tabs, et sa fonction principale est "The latest videos from CNN directly on New Tab.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension CNN New Tab

Téléchargez les fichiers d'extension CNN New Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom CNN New Tab CNN New Tab
ID kjklkledijpnkjnimghjfacdbdjloadb
URL Officiel https://chromewebstore.google.com/detail/cnn-new-tab/kjklkledijpnkjnimghjfacdbdjloadb
Description The latest videos from CNN directly on New Tab.
Taille du Fichier 117 KB
Nombre d'Installations 1,709
Version Actuelle 1.2
Dernière Mise à Jour 2023-11-12
Date de Publication 2020-07-30
Évaluation 5.00/5 Total 2 Évaluations
Développeur New Tabs
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}