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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Unseen - The best protection for your eyes! 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Unseen - The best protection for your eyes! Unseen - The best protection for your eyes!
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"
    ]
}