Opaque

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

Wat is Opaque?

Opaque is een Chrome-extensie ontwikkeld door https://opaque.app, en de belangrijkste functie is "Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Opaque

Download Opaque-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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!                    

Basisinformatie over de Extensie

Naam Opaque Opaque
ID fkmddlioggaohebmgmmhjfapibidoicd
Officiële URL https://chromewebstore.google.com/detail/opaque/fkmddlioggaohebmgmmhjfapibidoicd
Beschrijving Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!
Bestandsgrootte 73.29 KB
Aantal Installaties 47
Huidige Versie 2.0.1
Laatst Bijgewerkt 2022-10-13
Publicatiedatum 2022-09-18
Beoordeling 4.88/5 Totaal 56 Beoordelingen
Ontwikkelaar https://opaque.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://opaque.app/policies
Help Pagina-URL https://github.com/OpaqueApp/ChromiumBrowserExtension/issues
URL van de Privacybeleid Pagina https://opaque.app/policies
Ondersteunde Talen 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": []
        }
    ]
}