top dark

simply make the web page look dark

What is top dark?

top dark is a Chrome extension developed by jessiejforemang33x, and its main feature is "simply make the web page look dark".

Extension Screenshots

screenshot

Download top dark Extension CRX File

Download top dark 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

                        A very quick and simple dark mode for web pages
1) open web page example lipsum.com
2)click on extension icon to turn on dark mode                    

Extension Basic Information

Name top dark top dark
ID nikmocloenleakdccdpldaephmkjekia
Official URL https://chrome.google.com/webstore/detail/top-dark/nikmocloenleakdccdpldaephmkjekia
Description simply make the web page look dark
File Size 59.75 KB
Installation Count 2,000
Current Version 0.1
Last Updated 2021-11-17
Publish Date 2021-11-17
Rating 2.33/5 Total 3 Ratings
Developer jessiejforemang33x
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "description": "simply make the web page look dark",
    "name": "top dark",
    "version": "0.1",
    "action": {
        "default_icon": "icons.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icons.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}