Instagram Web Dark Theme

Forces Instagram Web to use its dark theme instead of its default light theme.

What is Instagram Web Dark Theme?

Instagram Web Dark Theme is a Chrome extension developed by Matke, and its main feature is "Forces Instagram Web to use its dark theme instead of its default light theme.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Instagram Web Dark Theme Extension CRX File

Download Instagram Web 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

                        To use Instagram's dark theme, all you need to do is add "/?theme=dark" to the end of Instagram's URL.

This extension does that for you automatically, to disable Instagram's dark theme, you can either uninstall or disable the extension.                    

Extension Basic Information

Name Instagram Web Dark Theme Instagram Web Dark Theme
ID ddogbnemoddbejmchgnfdoklpbnledmp
Official URL https://chrome.google.com/webstore/detail/instagram-web-dark-theme/ddogbnemoddbejmchgnfdoklpbnledmp
Description Forces Instagram Web to use its dark theme instead of its default light theme.
File Size 33.37 KB
Installation Count 59
Current Version 1.0.0
Last Updated 2022-08-08
Publish Date 2022-07-18
Rating 5.00/5 Total 2 Ratings
Developer Matke
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Web Dark Theme",
    "description": "Forces Instagram Web to use its dark theme instead of its default light theme.",
    "version": "1.0.0",
    "icons": {
        "16": "\/Icons\/Dark-Mode-Instagram_16px.png",
        "32": "\/Icons\/Dark-Mode-Instagram_32px.png",
        "48": "\/Icons\/Dark-Mode-Instagram_48px.png",
        "128": "\/Icons\/Dark-Mode-Instagram_128px.png"
    },
    "manifest_version": 3,
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "instagram_theme_redirect",
                "enabled": true,
                "path": "instagram_theme_redirect_rule.json"
            }
        ]
    },
    "action": {
        "default_text": "Switch to Dark Theme",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/Icons\/Dark-Mode-Instagram_16px.png",
            "32": "\/Icons\/Dark-Mode-Instagram_32px.png",
            "48": "\/Icons\/Dark-Mode-Instagram_48px.png",
            "128": "\/Icons\/Dark-Mode-Instagram_128px.png"
        }
    },
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "permissions": [
        "declarativeNetRequest"
    ]
}