CNN New Tab

The latest videos from CNN directly on New Tab.

O que é CNN New Tab?

CNN New Tab é uma extensão do Chrome desenvolvida por New Tabs, e sua principal característica é "The latest videos from CNN directly on New Tab.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão CNN New Tab

Baixe arquivos de extensão CNN New Tab no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome CNN New Tab CNN New Tab
ID kjklkledijpnkjnimghjfacdbdjloadb
URL Oficial https://chromewebstore.google.com/detail/cnn-new-tab/kjklkledijpnkjnimghjfacdbdjloadb
Descrição The latest videos from CNN directly on New Tab.
Tamanho do Arquivo 117 KB
Contagem de Instalações 1,709
Versão Atual 1.2
Última Atualização 2023-11-12
Data de Publicação 2020-07-30
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor New Tabs
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}