Empty New Tab Page

Replaces the default new tab page with a blank page.

Cos'è Empty New Tab Page?

Empty New Tab Page è un'estensione di Chrome sviluppata da https://www.facebook.com/browservery, e la sua funzione principale è "Replaces the default new tab page with a blank page.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Empty New Tab Page

Scarica i file di estensione Empty New Tab Page in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ★ 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                    

Informazioni di Base sull'Estensione

Nome Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
URL Ufficiale https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
Descrizione Replaces the default new tab page with a blank page.
Dimensione del File 34.86 KB
Conteggio Installazioni 545
Versione Corrente 0.0.2
Ultimo Aggiornamento 2022-10-08
Data di Pubblicazione 2022-05-12
Valutazione 4.60/5 Totale 5 Valutazioni
Sviluppatore https://www.facebook.com/browservery
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://bit.ly/browservery
URL della Pagina di Aiuto http://bit.ly/browservery-support
URL della Pagina della Politica sulla Privacy https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
Lingue Supportate 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"
    }
}