Set ABOUT:BLANK as NEW TAB page

Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.

Apa itu Set ABOUT:BLANK as NEW TAB page?

Set ABOUT:BLANK as NEW TAB page adalah ekstensi Chrome yang dikembangkan oleh https://puvox.software, dan fitur utamanya adalah "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Set ABOUT:BLANK as NEW TAB page

Unduh file ekstensi Set ABOUT:BLANK as 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

                        Use this extension to have "about:blank" as your new tab page.                    

Informasi Dasar Ekstensi

Nama Set ABOUT:BLANK as NEW TAB page Set ABOUT:BLANK as NEW TAB page
ID amcfcgenknhnhicjonfnclkehkpfnfjl
URL Resmi https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl
Deskripsi Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
Ukuran File 10.81 KB
Jumlah Instalasi 72
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2021-02-01
Tanggal Publikasi 2021-02-01
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://puvox.software
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://puvox.software
URL Halaman Kebijakan Privasi https://puvox.software/info/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Set ABOUT:BLANK as NEW TAB page",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.",
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "empty.html"
    }
}