Unseen - The best protection for your eyes!
Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!
什么是Unseen - The best protection for your eyes!?
Unseen - The best protection for your eyes!是由Negonix Technologies开发的Chrome扩展程序,该扩展的主要功能是“Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!”。
扩展截图
下载Unseen - The best protection for your eyes!扩展crx文件
下载Unseen - The best protection for your eyes!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Tired of seeing pictures of immodest and inappropriate things online? Does this happen to you even by accident?
This is the extension for you!
This extension:
- Blurs images online
- Allows you to hover on an image to reveal it
- Allows you to change blur settings, reveal delay, custom site settings & more! 扩展基本信息
| 名称 | |
| ID | nmdcidplbgehglgfkeoklelgkoclapdp |
| 官方URL | https://chromewebstore.google.com/detail/unseen-the-best-protectio/nmdcidplbgehglgfkeoklelgkoclapdp |
| 简介 | Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more! |
| 文件大小 | 39.64 KB |
| 安装次数 | 22 |
| 当前版本 | 2.1 |
| 更新时间 | 2023-04-25 |
| 上架时间 | 2020-03-10 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | Negonix Technologies |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.privacypolicies.com/live/32fdc484-719e-4d00-864d-31cb38a252d6 |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Unseen - The best protection for your eyes!",
"version": "2.1",
"author": "Negen Elgaza",
"action": {
"default_icon": {
"16": "images\/16.png"
},
"default_title": "Unseen Image Blurrer",
"default_popup": "popup.html"
},
"description": "Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!",
"icons": {
"128": "images\/128.png",
"48": "images\/48.png",
"16": "images\/16.png"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_start"
}
],
"permissions": [
"tabs"
]
} | |