护眼大师
护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧!
What is 护眼大师?
护眼大师 is a Chrome extension developed by maomao2015fys, and its main feature is "护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧!".
Extension Screenshots
Download 护眼大师 Extension CRX File
Download 护眼大师 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧!
Extension Basic Information
Name | |
ID | mfdahepgnpoegbbcblfbhedlkbcaboio |
Official URL | https://chrome.google.com/webstore/detail/%E6%8A%A4%E7%9C%BC%E5%A4%A7%E5%B8%88/mfdahepgnpoegbbcblfbhedlkbcaboio |
Description | 护眼大师电脑版是一款电脑端视力保护软件,通过调整色温亮度的方式保护视力,护眼大师电脑版可以有效的过滤掉屏幕发出的蓝光降低其对眼球的伤害,深受白领办公室一族青睐,赶快下载体验吧! |
File Size | 404 KB |
Installation Count | 2,000 |
Current Version | 1.0.1.4 |
Last Updated | 2020-01-12 |
Publish Date | 2020-01-12 |
Rating | 1.00/5 Total 7 Ratings |
Developer | maomao2015fys |
Payment Type | free |
Supported Languages | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "\u62a4\u773c\u5927\u5e08", "version": "1.0.1.4", "manifest_version": 2, "description": "\u62a4\u773c\u5927\u5e08\u7535\u8111\u7248\u662f\u4e00\u6b3e\u7535\u8111\u7aef\u89c6\u529b\u4fdd\u62a4\u8f6f\u4ef6\uff0c\u901a\u8fc7\u8c03\u6574\u8272\u6e29\u4eae\u5ea6\u7684\u65b9\u5f0f\u4fdd\u62a4\u89c6\u529b\uff0c\u62a4\u773c\u5927\u5e08\u7535\u8111\u7248\u53ef\u4ee5\u6709\u6548\u7684\u8fc7\u6ee4\u6389\u5c4f\u5e55\u53d1\u51fa\u7684\u84dd\u5149\u964d\u4f4e\u5176\u5bf9\u773c\u7403\u7684\u4f24\u5bb3\uff0c\u6df1\u53d7\u767d\u9886\u529e\u516c\u5ba4\u4e00\u65cf\u9752\u7750\uff0c\u8d76\u5feb\u4e0b\u8f7d\u4f53\u9a8c\u5427\uff01", "icons": { "16": "logos\/16.png", "48": "logos\/48.png", "128": "logos\/128.png" }, "browser_action": { "default_icon": { "19": "logos\/19.png", "38": "logos\/38.png" }, "default_title": "\u62a4\u773c\u5927\u5e08", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "jquery.js", "contentScript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" }, { "css": [ "css\/ext-main.css" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage", "unlimitedStorage", "webRequest", "webRequestBlocking", "tabs", "management", "nativeMessaging" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html" }, "web_accessible_resources": [ "*" ], "default_locale": "zh_CN" } |