Blank Dark New Tab Page

Empty New Tab Page shows a blank dark page

What is Blank Dark New Tab Page?

Blank Dark New Tab Page is a Chrome extension developed by https://timleland.com, and its main feature is "Empty New Tab Page shows a blank dark page".

Extension Screenshots

screenshot

Download Blank Dark New Tab Page Extension CRX File

Download Blank Dark 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

                        Blank dark new tab page. Works great for dark themes. No permissions required. Will not slow down browser.                    

Extension Basic Information

Name Blank Dark New Tab Page Blank Dark New Tab Page
ID agldajbhchobfgjcmmigehfdcjbmipne
Official URL https://chromewebstore.google.com/detail/blank-dark-new-tab-page/agldajbhchobfgjcmmigehfdcjbmipne
Description Empty New Tab Page shows a blank dark page
File Size 34.5 KB
Installation Count 1,981
Current Version 2.0
Last Updated 2021-12-02
Publish Date 2018-12-15
Rating 4.82/5 Total 22 Ratings
Developer https://timleland.com
Email [email protected]
Payment Type free
Extension Website https://timleland.com/blank-tab/
Help Page URL https://timleland.com/contact/
Privacy Policy Page URL https://t.ly/privacy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "homepage_url": "https:\/\/timleland.com\/blank-tab\/",
    "name": "Blank Dark New Tab Page",
    "short_name": "Blank Tab",
    "description": "Empty New Tab Page shows a blank dark page",
    "version": "2.0",
    "chrome_url_overrides": {
        "newtab": "blank.html"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    }
}