Dark Mode Reader

Dark mode reader

What is Dark Mode Reader?

Dark Mode Reader is a Chrome extension developed by pioneer.extension.tech, and its main feature is "Dark mode reader".

Extension Screenshots

screenshot

Download Dark Mode Reader Extension CRX File

Download Dark Mode Reader 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

                        Toggle between dark and light mode of websites                    

Extension Basic Information

Name Dark Mode Reader Dark Mode Reader
ID fopcmifdcgifcomnkpdediamcmfnndhi
Official URL https://chrome.google.com/webstore/detail/dark-mode-reader/fopcmifdcgifcomnkpdediamcmfnndhi
Description Dark mode reader
File Size 609 KB
Installation Count 600
Current Version 1.0
Last Updated 2021-01-05
Publish Date 2021-01-05
Developer pioneer.extension.tech
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.privacypolicygenerator.info/live.php?token=fdpaSK74JaWtpwT63AiCAdYKu6x6IYnn
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Mode Reader",
    "version": "1.0",
    "description": "Dark mode reader",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": [],
    "browser_action": {
        "default_icon": "darkLight.png",
        "default_popup": "index.html",
        "default_title": "Dark mode reader"
    },
    "content_security_policy": "script-src 'self' 'sha256-XPXTT1UshpgwCgVqCHHlIsFwX\/ez74PNQIN24esAYZs='; object-src 'self'",
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "optional_permissions": [],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/jquery.min.js",
                "content\/content.js"
            ]
        }
    ],
    "manifest_version": 2,
    "web_accessible_resources": [
        "public\/*"
    ]
}