send dark

send dark is a dark mode for simple web pages

What is send dark?

send dark is a Chrome extension developed by homerpthompsonggdd, and its main feature is "send dark is a dark mode for simple web pages".

Extension Screenshots

screenshot

Download send dark Extension CRX File

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

                        put dark on web page using this send dark mode tool
1)open web page example: lipsum.com
2)click on extension icon to turn on dark mode                    

Extension Basic Information

Name send dark send dark
ID bfodncccfimahfcnpladjjiakmfmnoad
Official URL https://chrome.google.com/webstore/detail/send-dark/bfodncccfimahfcnpladjjiakmfmnoad
Description send dark is a dark mode for simple web pages
File Size 36.45 KB
Installation Count 3,000
Current Version 0.1
Last Updated 2022-02-11
Publish Date 2022-02-11
Developer homerpthompsonggdd
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "send dark",
    "version": "0.1",
    "manifest_version": 3,
    "description": "send dark is a dark mode for simple web pages",
    "action": {
        "default_icon": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}