Instagram Dark Mode Extension

Easily switch your Instagram page to dark mode to protect your eyes.

What is Instagram Dark Mode Extension?

Instagram Dark Mode Extension is a Chrome extension developed by margaretafossb70, and its main feature is "Easily switch your Instagram page to dark mode to protect your eyes.".

Extension Screenshots

screenshot

Download Instagram Dark Mode Extension Extension CRX File

Download Instagram Dark Mode Extension 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 Instagram dark mode extension enables native dark mode for Instagram pages. Our eyes have a better perception of instagram's dark theme at night or when the indoor light is poor. It just looks cool.
The main features: 
-Fashionable and simple design, convenient switching;
-Applicable to all instagram pages;
-Free;                    

Extension Basic Information

Name Instagram Dark Mode Extension Instagram Dark Mode Extension
ID mdnphcaieagbelaibkmcklmmpfimnkcg
Official URL https://chrome.google.com/webstore/detail/instagram-dark-mode-exten/mdnphcaieagbelaibkmcklmmpfimnkcg
Description Easily switch your Instagram page to dark mode to protect your eyes.
File Size 92.42 KB
Installation Count 1,000
Current Version 1.0.0
Last Updated 2022-08-24
Publish Date 2022-08-24
Rating 4.80/5 Total 5 Ratings
Developer margaretafossb70
Email [email protected]
Payment Type free
Privacy Policy Page URL https://twiclips.top/privacy
Supported Languages id,de,en,en-GB,en-US,fil,fr,nl,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "declarativeNetRequest",
        "alarms",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "default_locale": "en",
    "description": "__MSG_extDes__",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "version": "1.0.0"
}