Dark Side

An extension that helps you to change any website to dark mode and change the font of any website to your desired font

What is Dark Side?

Dark Side is a Chrome extension developed by Emmanuel Aina, and its main feature is "An extension that helps you to change any website to dark mode and change the font of any website to your desired font".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Dark Side Extension CRX File

Download Dark Side 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

                        This extension helps you to change any website to dark mode and change the font of any website to your desired font                    

Extension Basic Information

Name Dark Side Dark Side
ID mepmobcikgjmkmfpogmigbmliihpnpkb
Official URL https://chromewebstore.google.com/detail/dark-side/mepmobcikgjmkmfpogmigbmliihpnpkb
Description An extension that helps you to change any website to dark mode and change the font of any website to your desired font
File Size 21.13 KB
Installation Count 819
Current Version 1.5
Last Updated 2019-09-23
Publish Date 2019-09-23
Rating 3.17/5 Total 6 Ratings
Developer Emmanuel Aina
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Dark Side",
    "version": "1.5",
    "description": "An extension that helps you to change any website to dark mode and change the font of any website to your desired font",
    "permissions": [
        "declarativeContent",
        "tabs",
        "storage",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2
}