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!

¿Qué es Unseen - The best protection for your eyes!?

Unseen - The best protection for your eyes! es una extensión de Chrome desarrollada por Negonix Technologies, y su función principal es "Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Unseen - The best protection for your eyes!

Descarga archivos de extensión Unseen - The best protection for your eyes! en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Unseen - The best protection for your eyes! Unseen - The best protection for your eyes!
ID nmdcidplbgehglgfkeoklelgkoclapdp
URL Oficial https://chromewebstore.google.com/detail/unseen-the-best-protectio/nmdcidplbgehglgfkeoklelgkoclapdp
Descripción Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!
Tamaño del Archivo 39.64 KB
Cantidad de Instalaciones 22
Versión Actual 2.1
Última Actualización 2023-04-25
Fecha de Publicación 2020-03-10
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Negonix Technologies
Correo electrónico [email protected]
Tipo de Pago free
URL de la Página de Política de Privacidad https://www.privacypolicies.com/live/32fdc484-719e-4d00-864d-31cb38a252d6
Idiomas Soportados 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"
    ]
}