Super Evil New Tab Redux

Customize your new tab page with HTML, JavaScript and CSS.

What is Super Evil New Tab Redux?

Super Evil New Tab Redux is a Chrome extension developed by mistweaver.co, and its main feature is "Customize your new tab page with HTML, JavaScript and CSS.".

Extension Screenshots

screenshot

Download Super Evil New Tab Redux Extension CRX File

Download Super Evil New Tab Redux 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

                        Super Evil New Tab Reborn - Customize your new tab page with HTML, JavaScript and CSS.

Full source code is available here: https://github.com/mistweaverco/super-evil-new-tab-redux                    

Extension Basic Information

Name Super Evil New Tab Redux Super Evil New Tab Redux
ID nnibhjkcbjcnhknicjjfhjjnappabojp
Official URL https://chromewebstore.google.com/detail/super-evil-new-tab-redux/nnibhjkcbjcnhknicjjfhjjnappabojp
Description Customize your new tab page with HTML, JavaScript and CSS.
File Size 2.93 MB
Installation Count 183
Current Version 0.0.5
Last Updated 2022-10-19
Publish Date 2021-04-07
Developer mistweaver.co
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Super Evil New Tab Redux",
    "version": "0.0.5",
    "description": "Customize your new tab page with HTML, JavaScript and CSS.",
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png"
    },
    "permissions": [
        "",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "options_page": "options.html",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "sandbox": {
        "pages": [
            "sandbox.html",
            "content\/sandbox-preview.html"
        ]
    },
    "background": {
        "scripts": [
            "bg\/config-detect.js",
            "bg\/config-detect.run.js"
        ]
    }
}