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! là gì?

Unseen - The best protection for your eyes! là một tiện ích mở rộng Chrome được phát triển bởi Negonix Technologies, và tính năng chính của nó là "Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Unseen - The best protection for your eyes!

Tải xuống các tệp mở rộng Unseen - The best protection for your eyes! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Unseen - The best protection for your eyes! Unseen - The best protection for your eyes!
ID nmdcidplbgehglgfkeoklelgkoclapdp
URL Chính Thức https://chromewebstore.google.com/detail/unseen-the-best-protectio/nmdcidplbgehglgfkeoklelgkoclapdp
Mô tả Keep your eyes holy while browsing the web. Blurs images & videos, allows for revealing on hover, custom site settings, and more!
Kích Thước Tệp 39.64 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-04-25
Ngày Phát Hành 2020-03-10
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Negonix Technologies
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.privacypolicies.com/live/32fdc484-719e-4d00-864d-31cb38a252d6
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}