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!

Co je Unseen - The best protection for your eyes!?

Unseen - The best protection for your eyes! je rozšíření Chrome vyvinuté Negonix Technologies, a jeho hlavní funkcí je „Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Unseen - The best protection for your eyes!

Stáhněte si soubory rozšíření Unseen - The best protection for your eyes! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Unseen - The best protection for your eyes! Unseen - The best protection for your eyes!
ID nmdcidplbgehglgfkeoklelgkoclapdp
Oficiální URL https://chromewebstore.google.com/detail/unseen-the-best-protectio/nmdcidplbgehglgfkeoklelgkoclapdp
Popis Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!
Velikost souboru 39.64 KB
Počet instalací 22
Aktuální Verze 2.1
Poslední Aktualizace 2023-04-25
Datum Vydání 2020-03-10
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Negonix Technologies
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.privacypolicies.com/live/32fdc484-719e-4d00-864d-31cb38a252d6
Podporované Jazyky 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"
    ]
}