Latest CNN News Videos

See the latest and most popular news.

O que é Latest CNN News Videos?

Latest CNN News Videos é uma extensão do Chrome desenvolvida por http://www.supernewsworld.com, e sua principal característica é "See the latest and most popular news.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Latest CNN News Videos

Baixe arquivos de extensão Latest CNN News Videos 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

                        Watch the latest CNN Videos in 1-Click                    

Informações Básicas da Extensão

Nome Latest CNN News Videos Latest CNN News Videos
ID fkfhfhgoipkhmieamodphnfmneglapgl
URL Oficial https://chrome.google.com/webstore/detail/latest-cnn-news-videos/fkfhfhgoipkhmieamodphnfmneglapgl
Descrição See the latest and most popular news.
Tamanho do Arquivo 127 KB
Contagem de Instalações 1,753
Versão Atual 1.2.0
Última Atualização 2022-03-23
Data de Publicação 2018-09-11
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://www.supernewsworld.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Latest CNN News Videos",
    "version": "1.2.0",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png",
        "16": "icon16.png",
        "48": "icon48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "https:\/\/www.supernewsworld.com\/"
    ],
    "background": {
        "scripts": [
            "popup\/js\/jquery-3.2.1.min.js",
            "popup\/js\/jquery.scrollbar.min.js",
            "popup\/js\/popup.js"
        ],
        "persistent": false
    }
}