New Tab Video Background

Replace the default new tab with your own video background from YouTube.

O que é New Tab Video Background?

New Tab Video Background é uma extensão do Chrome desenvolvida por JCZ Studios, e sua principal característica é "Replace the default new tab with your own video background from YouTube.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão New Tab Video Background

Baixe arquivos de extensão New Tab Video Background 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

                        This extension allows you to use a YouTube video for your new tab.                    

Informações Básicas da Extensão

Nome New Tab Video Background New Tab Video Background
ID nnecgmaghchbkjopbahkcoidopilelfc
URL Oficial https://chromewebstore.google.com/detail/new-tab-video-background/nnecgmaghchbkjopbahkcoidopilelfc
Descrição Replace the default new tab with your own video background from YouTube.
Tamanho do Arquivo 36.02 KB
Contagem de Instalações 239
Versão Atual 0.1
Última Atualização 2017-10-26
Data de Publicação 2017-10-26
Classificação 3.00/5 Total de 2 Avaliações
Desenvolvedor JCZ Studios
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": "New Tab Video Background",
    "version": "0.1",
    "description": "Replace the default new tab with your own video background from YouTube.",
    "chrome_url_overrides": {
        "newtab": "new-tab.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ],
    "options_page": "options.html"
}