Babu Soft Gray Eye Protector

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

Cos'è Babu Soft Gray Eye Protector?

Babu Soft Gray Eye Protector è un'estensione di Chrome sviluppata da go Vegan, e la sua funzione principale è "Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Babu Soft Gray Eye Protector

Scarica i file di estensione Babu Soft Gray Eye Protector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        ***  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)                    

Informazioni di Base sull'Estensione

Nome Babu Soft Gray Eye Protector Babu Soft Gray Eye Protector
ID hobpbmcamljoikiiajiopaognabcoceh
URL Ufficiale https://chromewebstore.google.com/detail/babu-soft-gray-eye-protec/hobpbmcamljoikiiajiopaognabcoceh
Descrizione Soft Gray Your Browser, Reduce Stress on Eyes, Reduce Addiction to Computers
Dimensione del File 395 KB
Conteggio Installazioni 2,000
Versione Corrente 7.0.3
Ultimo Aggiornamento 2022-11-19
Data di Pubblicazione 2019-03-20
Valutazione 3.75/5 Totale 12 Valutazioni
Sviluppatore go Vegan
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.nationearth.com/
URL della Pagina di Aiuto http://www.nationearth.com/
URL della Pagina della Politica sulla Privacy https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
Lingue Supportate 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"
}