Native Instagram Dark Mode

Forces instagram.com to use its native dark mode!

What is Native Instagram Dark Mode?

Native Instagram Dark Mode is a Chrome extension developed by dgirgenti, and its main feature is "Forces instagram.com to use its native dark mode!".

Extension Screenshots

screenshot

Download Native Instagram Dark Mode Extension CRX File

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

                        Instagram's website has a dark mode, but the only way to enable it is to append ?theme=dark to every URL. This extension does just that! No custom stylesheet, no code injection, just telling the website to use its own dark mode.

(This extension is not developed by or affiliated with Instagram)                    

Extension Basic Information

Name Native Instagram Dark Mode Native Instagram Dark Mode
ID kipaadjkfleinofipnlpbcjaagjjmahn
Official URL https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn
Description Forces instagram.com to use its native dark mode!
File Size 8.54 KB
Installation Count 6,000
Current Version 0.0.1
Last Updated 2022-06-06
Publish Date 2022-04-25
Rating 4.83/5 Total 24 Ratings
Developer dgirgenti
Email [email protected]
Payment Type free
Extension Website https://github.com/dgirgenti/instagram-darkmode
Help Page URL https://github.com/dgirgenti/instagram-darkmode/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Native Instagram Dark Mode",
    "description": "Forces instagram.com to use its native dark mode!",
    "version": "0.0.1",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequestWithHostAccess"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ]
}