Better New Tab Pro

Better new tab improves the quality of your new tab with amazing wallpapers & videos

O que é Better New Tab Pro?

Better New Tab Pro é uma extensão do Chrome desenvolvida por MrProductivity, e sua principal característica é "Better new tab improves the quality of your new tab with amazing wallpapers & videos".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Better New Tab Pro

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

                        Better new tab pro improves the quality of your new tab by adding wallpapers and video wallpapers

You can select many normal wallpapers (static pictures) or video animated wallpapers that plays automatically on your new tab page.
If you want more videos or images, please let us know and we will add more! Suggestions are welcome!

You can contact us @ [email protected]                    

Informações Básicas da Extensão

Nome Better New Tab Pro Better New Tab Pro
ID nojnjadiacnfbmeaedaloeilohcjmfdg
URL Oficial https://chrome.google.com/webstore/detail/better-new-tab-pro/nojnjadiacnfbmeaedaloeilohcjmfdg
Descrição Better new tab improves the quality of your new tab with amazing wallpapers & videos
Tamanho do Arquivo 17.23 MB
Contagem de Instalações 54
Versão Atual 1.0.1
Última Atualização 2020-06-17
Data de Publicação 2020-06-17
Classificação 3.00/5 Total de 1 Avaliações
Desenvolvedor MrProductivity
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "MrProductivity",
    "version": "1.0.1",
    "icons": {
        "16": "icons\/16.png",
        "128": "icons\/128.png"
    },
    "chrome_url_overrides": {
        "newtab": "pages\/app.html"
    },
    "background": {
        "persistent": true,
        "page": "pages\/background.html"
    },
    "permissions": [
        "tabs",
        "topSites",
        "storage"
    ],
    "default_locale": "en",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "js\/content.js"
    ]
}