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.

What is Set ABOUT:BLANK as NEW TAB page?

Set ABOUT:BLANK as NEW TAB page is a Chrome extension developed by https://puvox.software, and its main feature is "Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.".

Extension Screenshots

screenshot

Download Set ABOUT:BLANK as NEW TAB page Extension CRX File

Download Set ABOUT:BLANK as NEW TAB page extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Set ABOUT:BLANK as NEW TAB page Set ABOUT:BLANK as NEW TAB page
ID amcfcgenknhnhicjonfnclkehkpfnfjl
Official URL https://chromewebstore.google.com/detail/set-aboutblank-as-new-tab/amcfcgenknhnhicjonfnclkehkpfnfjl
Description Chrome does not give 'advanced options' to its customers to change basic things. This extension just sets About:Blank for a new-tab.
File Size 10.81 KB
Installation Count 72
Current Version 1.0.1
Last Updated 2021-02-01
Publish Date 2021-02-01
Rating 5.00/5 Total 2 Ratings
Developer https://puvox.software
Email [email protected]
Payment Type free
Extension Website https://puvox.software
Privacy Policy Page URL https://puvox.software/info/privacy-policy
Supported Languages 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"
    }
}