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 |
| Eメール | [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"
]
} | |