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