Instagram Web Dark Theme

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

Vad är Instagram Web Dark Theme?

Instagram Web Dark Theme är en Chrome-tillägg utvecklad av Matke, och dess huvudfunktion är "Forces Instagram Web to use its dark theme instead of its default light theme.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot
screenshot

Ladda ner Instagram Web Dark Theme-förlängningens CRX-fil

Ladda ner Instagram Web Dark Theme-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Instagram Web Dark Theme Instagram Web Dark Theme
ID ddogbnemoddbejmchgnfdoklpbnledmp
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-web-dark-theme/ddogbnemoddbejmchgnfdoklpbnledmp
Beskrivning Forces Instagram Web to use its dark theme instead of its default light theme.
Filstorlek 33.37 KB
Antal Installationer 59
Aktuell Version 1.0.0
Senast Uppdaterad 2022-08-08
Publiceringsdatum 2022-07-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare Matke
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}