Empty New Tab

Hide the Most Visited part in New Tab page.

What is Empty New Tab?

Empty New Tab is a Chrome extension developed by phmngcduy, and its main feature is "Hide the Most Visited part in New Tab page.".

Extension Screenshots

screenshot

Download Empty New Tab Extension CRX File

Download Empty New Tab 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

                        The rest (search, theme...) still remains.                    

Extension Basic Information

Name Empty New Tab Empty New Tab
ID lcpjccppdipliciojccbebphlpmfhcmm
Official URL https://chrome.google.com/webstore/detail/empty-new-tab/lcpjccppdipliciojccbebphlpmfhcmm
Description Hide the Most Visited part in New Tab page.
File Size 3.08 KB
Installation Count 199
Current Version 1.3
Last Updated 2017-02-02
Publish Date 2017-02-02
Rating 4.08/5 Total 13 Ratings
Developer phmngcduy
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.3",
    "name": "Empty New Tab",
    "description": "Hide the Most Visited part in New Tab page.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/_\/chrome\/newtab*"
            ],
            "css": [
                "novisited.css"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}