Empty New Tab Page

Replaces the default new tab page with a blank page.

¿Qué es Empty New Tab Page?

Empty New Tab Page es una extensión de Chrome desarrollada por https://www.facebook.com/browservery, y su función principal es "Replaces the default new tab page with a blank page.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Empty New Tab Page

Descarga archivos de extensión Empty New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        ★ Blank new tab page.

★ Follows the default browser color theme.

★ Dark mode support.

★ Default Chrome new tab icon.

★ Localized new tab title.
----------------------------------------------------------------
Download the Clear New Tab extension if you
want an empty new tab page but keep the theme's image.

https://bit.ly/clear-new-tab
----------------------------------------------------------------
GitHub: https://bit.ly/empty-new-tab-page-github

🖼️ Follow my Facebook page (more themes): https://bit.ly/browservery                    

Información Básica de la Extensión

Nombre Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
URL Oficial https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
Descripción Replaces the default new tab page with a blank page.
Tamaño del Archivo 34.86 KB
Cantidad de Instalaciones 545
Versión Actual 0.0.2
Última Actualización 2022-10-08
Fecha de Publicación 2022-05-12
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador https://www.facebook.com/browservery
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://bit.ly/browservery
URL de la Página de Ayuda http://bit.ly/browservery-support
URL de la Página de Política de Privacidad https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
Idiomas Soportados id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.0.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "offline_enabled": true,
    "icons": {
        "16": "new_tab.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    }
}