CNN New Tab

The latest videos from CNN directly on New Tab.

Cos'è CNN New Tab?

CNN New Tab è un'estensione di Chrome sviluppata da New Tabs, e la sua funzione principale è "The latest videos from CNN directly on New Tab.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CNN New Tab

Scarica i file di estensione CNN New Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome CNN New Tab CNN New Tab
ID kjklkledijpnkjnimghjfacdbdjloadb
URL Ufficiale https://chromewebstore.google.com/detail/cnn-new-tab/kjklkledijpnkjnimghjfacdbdjloadb
Descrizione The latest videos from CNN directly on New Tab.
Dimensione del File 117 KB
Conteggio Installazioni 1,709
Versione Corrente 1.2
Ultimo Aggiornamento 2023-11-12
Data di Pubblicazione 2020-07-30
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore New Tabs
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}