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
官方網址 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"
}