Empty New Tab Page

Replaces the default new tab page with a blank page.

Apa itu Empty New Tab Page?

Empty New Tab Page adalah ekstensi Chrome yang dikembangkan oleh https://www.facebook.com/browservery, dan fitur utamanya adalah "Replaces the default new tab page with a blank page.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Empty New Tab Page

Unduh file ekstensi Empty New Tab Page dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        ★ 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                    

Informasi Dasar Ekstensi

Nama Empty New Tab Page Empty New Tab Page
ID odjfoclbnmllekbhpbgopiiaelcpeimb
URL Resmi https://chromewebstore.google.com/detail/empty-new-tab-page/odjfoclbnmllekbhpbgopiiaelcpeimb
Deskripsi Replaces the default new tab page with a blank page.
Ukuran File 34.86 KB
Jumlah Instalasi 545
Versi Saat Ini 0.0.2
Terakhir Diperbarui 2022-10-08
Tanggal Publikasi 2022-05-12
Penilaian 4.60/5 Total 5 Penilaian
Pengembang https://www.facebook.com/browservery
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://bit.ly/browservery
URL Halaman Bantuan http://bit.ly/browservery-support
URL Halaman Kebijakan Privasi https://github.com/loftyshaky/extensions-privacy-policy/blob/main/extensions-privacy-policy.md
Bahasa yang Didukung 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"
    }
}