Blognone Dark Mode

Read Blognone in Dark Mode

What is Blognone Dark Mode?

Blognone Dark Mode is a Chrome extension developed by diewland, and its main feature is "Read Blognone in Dark Mode".

Extension Screenshots

screenshot
screenshot
screenshot

Download Blognone Dark Mode Extension CRX File

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

                        Inspired from Blognone AFD 2019
https://www.blognone.com/node/108937

GitHub
https://github.com/diewland/blognone-darkmode                    

Extension Basic Information

Name Blognone Dark Mode Blognone Dark Mode
ID pnpmklpelbhgoiejdmmeohhmpmeneldk
Official URL https://chromewebstore.google.com/detail/blognone-dark-mode/pnpmklpelbhgoiejdmmeohhmpmeneldk
Description Read Blognone in Dark Mode
File Size 3.86 KB
Installation Count 79
Current Version 1.3.2
Last Updated 2022-02-23
Publish Date 2021-05-23
Rating 4.67/5 Total 3 Ratings
Developer diewland
Email [email protected]
Payment Type free
Extension Website https://github.com/diewland/blognone-darkmode
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Blognone Dark Mode",
    "description": "Read Blognone in Dark Mode",
    "version": "1.3.2",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.blognone.com\/*"
            ],
            "css": [
                "blognone-dark.css"
            ]
        }
    ]
}