Latest ABC News Videos

See the latest and most popular news.

O que é Latest ABC News Videos?

Latest ABC 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

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

Baixe arquivos de extensão Latest ABC 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

                        See the latest and most popular ABC News Video. 

View the Latest News Videos Daily. 

Free-to-watch videos daily in just 1-Click. Addon uses 3rd party site (www.supernewsworld.com) for operation.                    

Informações Básicas da Extensão

Nome Latest ABC News Videos Latest ABC News Videos
ID gjcamlmokpocickdijmmcflfdahallfe
URL Oficial https://chrome.google.com/webstore/detail/latest-abc-news-videos/gjcamlmokpocickdijmmcflfdahallfe
Descrição See the latest and most popular news.
Tamanho do Arquivo 66.91 KB
Contagem de Instalações 231
Versão Atual 1.1.8
Última Atualização 2018-10-19
Data de Publicação 2018-10-19
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 ABC News Videos",
    "version": "1.1.8",
    "description": "See the latest and most popular news.",
    "author": "1ClickProduct",
    "icons": {
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon128.png",
        "default_title": "View Latest News",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "tabs",
        "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
    }
}