Native Instagram Dark Mode

Forces instagram.com to use its native dark mode!

Was ist Native Instagram Dark Mode?

Native Instagram Dark Mode ist eine Chrome-Erweiterung, die von dgirgenti entwickelt wurde, und ihr Hauptmerkmal ist "Forces instagram.com to use its native dark mode!".

Erweiterungsscreenshots

screenshot

Native Instagram Dark Mode-Erweiterungs-CRX-Datei herunterladen

Laden Sie Native Instagram Dark Mode-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name Native Instagram Dark Mode Native Instagram Dark Mode
ID kipaadjkfleinofipnlpbcjaagjjmahn
Offizielle URL https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn
Beschreibung Forces instagram.com to use its native dark mode!
Dateigröße 8.54 KB
Installationsanzahl 6,000
Aktuelle Version 0.0.1
Letztes Update 2022-06-06
Veröffentlichungsdatum 2022-04-25
Bewertung 4.83/5 Insgesamt 24 Bewertungen
Entwickler dgirgenti
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/dgirgenti/instagram-darkmode
Hilfeseite URL https://github.com/dgirgenti/instagram-darkmode/issues
Unterstützte Sprachen 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\/*"
    ]
}