Opaque

Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!

Apa itu Opaque?

Opaque adalah ekstensi Chrome yang dikembangkan oleh https://opaque.app, dan fitur utamanya adalah "Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Opaque

Unduh file ekstensi Opaque dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Browser extension to securely blur sensitive text and values. Broad set of options (plain text, RegEx, Wildcard, and CSS selectors) to find explicit or patterns of text and values to blur. Built-in Quick Select options for GUID, Domain Names, and Emails. Great for screen sharing and screen captures!                    

Informasi Dasar Ekstensi

Nama Opaque Opaque
ID fkmddlioggaohebmgmmhjfapibidoicd
URL Resmi https://chromewebstore.google.com/detail/opaque/fkmddlioggaohebmgmmhjfapibidoicd
Deskripsi Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!
Ukuran File 73.29 KB
Jumlah Instalasi 47
Versi Saat Ini 2.0.1
Terakhir Diperbarui 2022-10-13
Tanggal Publikasi 2022-09-18
Penilaian 4.88/5 Total 56 Penilaian
Pengembang https://opaque.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://opaque.app/policies
URL Halaman Bantuan https://github.com/OpaqueApp/ChromiumBrowserExtension/issues
URL Halaman Kebijakan Privasi https://opaque.app/policies
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Opaque",
    "description": "Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!",
    "version": "2.0.1",
    "manifest_version": 3,
    "icons": {
        "128": "\/img\/logo.png"
    },
    "action": {
        "default_popup": "\/pages\/popup\/index.html",
        "default_icons": {
            "16": "\/img\/logo.png"
        }
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/content.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                "https:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}