Daydream Night Mode

Get rid of the sun-like screen and have a sweet Daydream...

Daydream Night Modeとは何ですか?

Daydream Night Modeはzankyostudioによって開発されたChromeの拡張機能で、その主な機能は「Get rid of the sun-like screen and have a sweet Daydream...」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Daydream Night Mode拡張機能のCRXファイルをダウンロード

Daydream Night Mode拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Get rid of the sun-like screen and take your sweet dream.
Provide dark mode access to all websites with customizable contrast. You can also exclude any website from the extension if the website already provides dark mode.                    

拡張機能の基本情報

名前 Daydream Night Mode Daydream Night Mode
ID kbbmooglpoifkklpckgabiahlicnhnmo
公式URL https://chromewebstore.google.com/detail/daydream-night-mode/kbbmooglpoifkklpckgabiahlicnhnmo
説明 Get rid of the sun-like screen and have a sweet Daydream...
ファイルサイズ 10.58 KB
インストール数 1,004
現在のバージョン 0.1.6
最終更新日 2020-11-20
公開日 2019-06-01
評価 4.18/5 合計 11 レビュー
開発者 zankyostudio
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Daydream Night Mode",
    "version": "0.1.6",
    "description": "Get rid of the sun-like screen and have a sweet Daydream...",
    "permissions": [
        "activeTab",
        "tabs",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "ftp:\/\/*\/*",
        "file:\/\/*\/*",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*",
                "ftp:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "DaydreamIcon.png"
    }
}