Native Instagram Dark Mode

Forces instagram.com to use its native dark mode!

Hvad er Native Instagram Dark Mode?

Native Instagram Dark Mode er en Chrome-udvidelse udviklet af dgirgenti, og dens hovedfunktion er "Forces instagram.com to use its native dark mode!".

Udvidelsesskærmbilleder

screenshot

Download Native Instagram Dark Mode-udvidelses-CRX-fil

Download Native Instagram Dark Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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)                    

Grundlæggende oplysninger om udvidelsen

Navn Native Instagram Dark Mode Native Instagram Dark Mode
ID kipaadjkfleinofipnlpbcjaagjjmahn
Officiel URL https://chrome.google.com/webstore/detail/native-instagram-dark-mod/kipaadjkfleinofipnlpbcjaagjjmahn
Beskrivelse Forces instagram.com to use its native dark mode!
Filstørrelse 8.54 KB
Antal Installationer 6,000
Nuværende Version 0.0.1
Senest Opdateret 2022-06-06
Udgivelsesdato 2022-04-25
Bedømmelse 4.83/5 Samlet 24 Bedømmelser
Udvikler dgirgenti
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/dgirgenti/instagram-darkmode
Hjælpeside-URL https://github.com/dgirgenti/instagram-darkmode/issues
Understøttede Sprog 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\/*"
    ]
}