Minds Dark Theme

Make Minds Dark

What is Minds Dark Theme?

Minds Dark Theme is a Chrome extension developed by One SNApp, and its main feature is "Make Minds Dark".

Extension Screenshots

screenshot
screenshot
screenshot

Download Minds Dark Theme Extension CRX File

Download Minds Dark Theme 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

                        Also check out: https://userstyles.org/styles/121707/minds-kuroi

This extension is based on it. 

Whats new:
Bug fixed. (Text in settings text boxes are now visible.)                    

Extension Basic Information

Name Minds Dark Theme Minds Dark Theme
ID jmpnfjodllhkedjolkfeekobjbchdncm
Official URL https://chromewebstore.google.com/detail/minds-dark-theme/jmpnfjodllhkedjolkfeekobjbchdncm
Description Make Minds Dark
File Size 593 KB
Installation Count 14
Current Version 1.0.2.1
Last Updated 2016-12-22
Publish Date 2016-12-22
Rating 3.38/5 Total 8 Ratings
Developer One SNApp
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Minds Dark Theme",
    "description": "Make Minds Dark",
    "version": "1.0.2.1",
    "browser_action": {
        "default_title": "Webpage opener",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.minds.com\/*"
            ],
            "css": [
                "my-style.css"
            ],
            "run_at": "document_start"
        }
    ]
}