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开发的Chrome扩展程序,该扩展的主要功能是“Forces Instagram Web to use its dark theme instead of its default light theme.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Instagram Web Dark Theme扩展crx文件

下载Instagram Web Dark Theme扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}