Simple Dark Theme

Creating a Dark Theme in any website

什么是Simple Dark Theme?

Simple Dark Theme是由chrishawk.services开发的Chrome扩展程序,该扩展的主要功能是“Creating a Dark Theme in any website”。

扩展截图

screenshot

下载Simple Dark Theme扩展crx文件

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

扩展使用说明

                        Simple Dark Theme extension will allow you to easily change your browser theme by choice
You will be able to rest your eyes with our custom theme in any website you want                    

扩展基本信息

名称 Simple Dark Theme Simple Dark Theme
ID lofodjkbilfilhbmabialcbganiechci
官方URL https://chrome.google.com/webstore/detail/simple-dark-theme/lofodjkbilfilhbmabialcbganiechci
简介 Creating a Dark Theme in any website
文件大小 127 KB
安装次数 2,082
当前版本 1
更新时间 2022-11-28
上架时间 2022-11-28
评分 5.00/5 共1次评分
开发者 chrishawk.services
电子邮箱 [email protected]
付费类型 free
扩展官网 https://home.vcvordirty.xyz/index.html
帮助页面URL https://home.vcvordirty.xyz/contact.html
隐私政策页面URL https://home.vcvordirty.xyz/privacy.html
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "icons\/128.png",
            "32": "icons\/32.png",
            "48": "icons\/48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Simple Dark Theme"
    },
    "background": {
        "service_worker": "libs\/background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "libs\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "description": "Creating a Dark Theme in any website",
    "icons": {
        "128": "icons\/128.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png"
    },
    "manifest_version": 3,
    "name": "Simple Dark Theme",
    "permissions": [
        "storage"
    ],
    "version": "1"
}