spin dark

spin dark is a dark mode for simple web pages

What is spin dark?

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

Extension Screenshots

screenshot

Download spin dark Extension CRX File

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

                        make the web page darker with simple spin dark mode
1)open web page example: en.wikipedia.org/wiki/Main_Page
2)click on extension icon to turn on dark mode                    

Extension Basic Information

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