Nuke Tab

Empty new tabs.

What is Nuke Tab?

Nuke Tab is a Chrome extension developed by Casey Rodarmor, and its main feature is "Empty new tabs.".

Extension Screenshots

screenshot

Download Nuke Tab Extension CRX File

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

                        Nuke Tab replaces the new tab page with a blank page. Let fly the tabs of anarchy 🏴                    

Extension Basic Information

Name Nuke Tab Nuke Tab
ID clkioccfgenmgdaibbjajoiebccdpepb
Official URL https://chromewebstore.google.com/detail/nuke-tab/clkioccfgenmgdaibbjajoiebccdpepb
Description Empty new tabs.
File Size 36.56 KB
Installation Count 18
Current Version 0.0.0.3
Last Updated 2021-10-19
Publish Date 2019-05-26
Rating 5.00/5 Total 1 Ratings
Developer Casey Rodarmor
Email [email protected]
Payment Type free
Extension Website https://github.com/casey/nuketab
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Nuke Tab",
    "short_name": "Nuke Tab",
    "description": "Empty new tabs.",
    "author": "Casey Rodarmor",
    "version": "0.0.0.3",
    "manifest_version": 2,
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    }
}