Opaque

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

Opaqueとは何ですか?

Opaqueはhttps://opaque.appによって開発されたChromeの拡張機能で、その主な機能は「Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

Opaque拡張機能のCRXファイルをダウンロード

Opaque拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 Opaque Opaque
ID fkmddlioggaohebmgmmhjfapibidoicd
公式URL https://chromewebstore.google.com/detail/opaque/fkmddlioggaohebmgmmhjfapibidoicd
説明 Browser extension to safely blur sensitive text and values. Great for screen sharing and screen captures!
ファイルサイズ 73.29 KB
インストール数 47
現在のバージョン 2.0.1
最終更新日 2022-10-13
公開日 2022-09-18
評価 4.88/5 合計 56 レビュー
開発者 https://opaque.app
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://opaque.app/policies
ヘルプページのURL https://github.com/OpaqueApp/ChromiumBrowserExtension/issues
プライバシーポリシーページのURL https://opaque.app/policies
対応言語 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": []
        }
    ]
}