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
Eメール [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"
}