Instagram Web Dark Theme

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

Instagram Web Dark Theme क्या है?

Instagram Web Dark Theme Matke द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Forces Instagram Web to use its dark theme instead of its default light theme."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Instagram Web Dark Theme एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Instagram Web Dark Theme Instagram Web Dark Theme
ID ddogbnemoddbejmchgnfdoklpbnledmp
आधिकारिक URL https://chrome.google.com/webstore/detail/instagram-web-dark-theme/ddogbnemoddbejmchgnfdoklpbnledmp
विवरण Forces Instagram Web to use its dark theme instead of its default light theme.
फ़ाइल का आकार 33.37 KB
स्थापना संख्या 59
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-08-08
प्रकाशन तिथि 2022-07-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर Matke
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}