Instagram Web Dark Theme

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

Co je Instagram Web Dark Theme?

Instagram Web Dark Theme je rozšíření Chrome vyvinuté Matke, a jeho hlavní funkcí je „Forces Instagram Web to use its dark theme instead of its default light theme.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Instagram Web Dark Theme

Stáhněte si soubory rozšíření Instagram Web Dark Theme ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Instagram Web Dark Theme Instagram Web Dark Theme
ID ddogbnemoddbejmchgnfdoklpbnledmp
Oficiální URL https://chrome.google.com/webstore/detail/instagram-web-dark-theme/ddogbnemoddbejmchgnfdoklpbnledmp
Popis Forces Instagram Web to use its dark theme instead of its default light theme.
Velikost souboru 33.37 KB
Počet instalací 59
Aktuální Verze 1.0.0
Poslední Aktualizace 2022-08-08
Datum Vydání 2022-07-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Matke
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}