Bluelight Blocker

Select a filter and block blue light to protect your eyes.

Bluelight Blockerとは何ですか?

Bluelight BlockerはTesla Developsによって開発されたChromeの拡張機能で、その主な機能は「Select a filter and block blue light to protect your eyes.」です。

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

screenshot
screenshot
screenshot
screenshot

Bluelight Blocker拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        👁 Filter blue light from your computer screen in a simple way.

If you spend many hours surfing the internet, then it is highly recommended to protect your eyes from blue light, it can cause eyestrain and eyestrain. You can improve your sleep by preventing melatonin from being suppressed by blue light.

With this extension you can choose different color tones that dim your screen, and you can also choose the level or turn them off.

----- Update notes -----

🆕 Version 1.3:
 - A help page has been added 

🟩 Version 1.2:
 - Portuguese has been added                    

拡張機能の基本情報

名前 Bluelight Blocker Bluelight Blocker
ID mckfenhgbmiiomplialpmjjgclicdina
公式URL https://chromewebstore.google.com/detail/bluelight-blocker/mckfenhgbmiiomplialpmjjgclicdina
説明 Select a filter and block blue light to protect your eyes.
ファイルサイズ 154 KB
インストール数 3,013
現在のバージョン 1.3
最終更新日 2022-10-24
公開日 2022-02-03
評価 3.86/5 合計 14 レビュー
開発者 Tesla Develops
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://tesladevelops.com/bluelightblocker
ヘルプページのURL https://forms.gle/NdsDKzxf4MA8NegG9
プライバシーポリシーページのURL https://tesladevelops.pages.dev/privacy
対応言語 en,fr,ca,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bluelight Blocker",
    "version": "1.3",
    "description": "__MSG_description__",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icon-48.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/args.js",
                "js\/content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "manifest_version": 3,
    "default_locale": "es"
}