Babu Soft Gray Eye Protector

Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers

什麼是Babu Soft Gray Eye Protector?

Babu Soft Gray Eye Protector是由go Vegan開發的Chrome擴展程式,該擴展的主要功能是“Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers”。

擴展截圖

screenshot
screenshot
screenshot

下載Babu Soft Gray Eye Protector擴展crx文件

下載Babu Soft Gray Eye Protector擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ***  Benifits  ***

1.  Reduce Addiction to Computers.
( Reference : New York Times Report :  https://www.nytimes.com/2018/01/12/technology/grayscale-phone.html )

2. Reduce Stress on eyes


Hot Key:    Shift + 5   (toggle ON/OFF)                    

擴展基本資訊

名稱 Babu Soft Gray Eye Protector Babu Soft Gray Eye Protector
ID hobpbmcamljoikiiajiopaognabcoceh
官方網址 https://chromewebstore.google.com/detail/babu-soft-gray-eye-protec/hobpbmcamljoikiiajiopaognabcoceh
簡介 Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers
檔案大小 395 KB
安裝次數 2,000
目前版本 7.0.3
更新時間 2022-11-19
上架時間 2019-03-20
評分 3.75/5 共 12 次評分
開發者 go Vegan
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.nationearth.com/
說明頁面URL http://www.nationearth.com/
隱私政策頁面URL https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
支援的語言 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "background": {
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "iconBlack_128.png",
        "default_popup": "popup.html",
        "default_title": "Babu Soft Gray Eye Protector"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "gray.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "iconBlack_128.png",
        "16": "iconBlack_128.png",
        "48": "iconBlack_128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "",
        "tabs"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "7.0.3"
}