Dark New Tab

Change the default browser new tab to a completely dark new tab.

What is Dark New Tab?

Dark New Tab is a Chrome extension developed by Alan Lee, and its main feature is "Change the default browser new tab to a completely dark new tab.".

Extension Screenshots

screenshot

Download Dark New Tab Extension CRX File

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

                        Top Dark New Tab is a simple extension that open a dark new tab rather than the default browser new tab. 

This extension is free and safe to use, simple installation and better browser performance. Its minimalist design and doesn't have any tracking.                    

Extension Basic Information

Name Dark New Tab Dark New Tab
ID jjhejokikfeooblekcfnajbonfbfeaon
Official URL https://chromewebstore.google.com/detail/dark-new-tab/jjhejokikfeooblekcfnajbonfbfeaon
Description Change the default browser new tab to a completely dark new tab.
File Size 4.06 KB
Installation Count 11
Current Version 1.0.0
Last Updated 2021-07-13
Publish Date 2021-07-13
Developer Alan Lee
Email [email protected]
Payment Type free
Extension Website https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
Help Page URL https://www.alanlee.xyz/projects/dark-new-tab-google-chrome-extension
Privacy Policy Page URL https://www.webblocker.co/privacy_policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark New Tab",
    "description": "Change the default browser new tab to a completely dark new tab.",
    "manifest_version": 3,
    "version": "1.0.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}