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!

O que é Unseen - The best protection for your eyes!?

Unseen - The best protection for your eyes! é uma extensão do Chrome desenvolvida por Negonix Technologies, e sua principal característica é "Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Unseen - The best protection for your eyes!

Baixe arquivos de extensão Unseen - The best protection for your eyes! no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!
Tamanho do Arquivo 39.64 KB
Contagem de Instalações 22
Versão Atual 2.1
Última Atualização 2023-04-25
Data de Publicação 2020-03-10
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Negonix Technologies
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://www.privacypolicies.com/live/32fdc484-719e-4d00-864d-31cb38a252d6
Idiomas Suportados 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"
    ]
}