Babu Eye Protector

Protect your eyes from computer screen

Babu Eye Protectorคืออะไร?

Babu Eye Protector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย go Vegan และคุณลักษณะหลักของมันคือ "Protect your eyes from computer screen"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Babu Eye Protector

ดาวน์โหลดไฟล์ส่วนขยาย Babu Eye Protector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        *** . Protect Eye .  ***

          From Computer 


Tired to make choice ? We choose one for you !

Simpler , Lighter



--

 "No Malware, No Virus, No Ads",  

But, "Yes Love"! that makes us different :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Babu Eye Protector Babu Eye Protector
ID omlccfoipdggbenkagkmhgkcdoaelhpi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/babu-eye-protector/omlccfoipdggbenkagkmhgkcdoaelhpi
คำอธิบาย Protect your eyes from computer screen
ขนาดไฟล์ 152 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2020-09-23
วันที่เผยแพร่ 2019-10-23
คะแนน 4.17/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา go Vegan
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://essene.com/GospelOfPeace/peace1.html
URL หน้าช่วยเหลือ https://essene.com/GospelOfPeace/peace1.html
URL หน้านโยบายความเป็นส่วนตัว https://www.freeprivacypolicy.com/privacy/view/0d08b806743bf60b8a104c65a4648c7f
ภาษาที่รองรับ id,ms,de,en,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoP89MngVRTITlWwbF0r4VjsHh4+Knfl2YNx\/H4v43XWL33fYynkXtovAlZ8ZQmNX7E+c3hGtO1bewtBQPK1RelA91C7PHgn7+dAGJFgzmAcz1IwZmpHCCCJhmL8oSAhTj+vBffcCoYmdPxgKY0Oig9cUtYSumOMeTC0L4dMU3zf9i8nl20QDcsQnr1HPVQjadvQAkDm6owp9r7Z9XqFAfmw7A56JdRdptKlZQZlniF3E+1C1wQzTaBYxvSe8XgzlmrxHVoqXUfWcSYAAm53l6Ce1Br0qPCDffZZ9THtnkiUJJc1suQJ4Xxoq4dewR71j0ydqegFmFlmVkBRuTvgeGwIDAQAB",
    "author": "go vegan",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "2.0.6",
    "manifest_version": 2,
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": [],
    "permissions": [
        "notifications",
        "tabs",
        "",
        "storage",
        "identity"
    ],
    "oauth2": {
        "client_id": "1018133686973-8ldhmq5u0rpdg0030djv0fmteniaaetu.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "icons": {
        "16": "imgs\/se\/se16.png",
        "48": "imgs\/se\/se48.png",
        "128": "imgs\/se\/se128_green.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*"
            ],
            "js": [
                "jquery\/jquery-1.11.3.min.js",
                "content_script.js"
            ],
            "run_at": "document_idle",
            "all_frames": false
        }
    ]
}