Instagram Dark Theme

Dark Theme for Instagram

What is Instagram Dark Theme?

Instagram Dark Theme is a Chrome extension developed by samagragupta, and its main feature is "Dark Theme for Instagram".

Extension Screenshots

screenshot

Download Instagram Dark Theme Extension CRX File

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

                        Get the Dark theme on your instagram page!!                    

Extension Basic Information

Name Instagram Dark Theme Instagram Dark Theme
ID hifllpglcioapaciaggdmjpjcfpgehdg
Official URL https://chrome.google.com/webstore/detail/instagram-dark-theme/hifllpglcioapaciaggdmjpjcfpgehdg
Description Dark Theme for Instagram
File Size 12.03 KB
Installation Count 89
Current Version 1.0
Last Updated 2020-09-27
Publish Date 2020-09-27
Rating 4.00/5 Total 1 Ratings
Developer samagragupta
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Dark Theme",
    "version": "1.0",
    "description": "Dark Theme for Instagram",
    "icons": {
        "128": "icon.png"
    },
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "contentstyle.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "style.css",
        "dark.png"
    ],
    "permissions": [
        "storage"
    ]
}