MaskMe

This extension replaces a user's personal information with fake info on webpages

MaskMeとは何ですか?

MaskMeはtbuchanvb7によって開発されたChromeの拡張機能で、その主な機能は「This extension replaces a user's personal information with fake info on webpages」です。

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

screenshot
screenshot

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

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

拡張機能の使用方法

                        MaskMe is a powerful Chrome extension designed to enhance privacy and security for live streamers and video content creators. It allows users to create a list of sensitive information, such as real names or locations, that they wish to keep private during their live streams or video recordings. MaskMe then automatically replaces these sensitive words with user-defined substitutes across the web pages being displayed, minimizing the risk of accidental exposure of private information. With its real-time text replacement and intuitive interface, MaskMe is a must-have tool for anyone seeking to maintain their privacy while engaging with their audience online.                    

拡張機能の基本情報

名前 MaskMe MaskMe
ID inkejhpammjgkebcihmipacpkkgemgac
公式URL https://chromewebstore.google.com/detail/maskme/inkejhpammjgkebcihmipacpkkgemgac
説明 This extension replaces a user's personal information with fake info on webpages
ファイルサイズ 6.37 KB
インストール数 31
現在のバージョン 1.0
最終更新日 2023-09-20
公開日 2023-09-20
評価 5.00/5 合計 1 レビュー
開発者 tbuchanvb7
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MaskMe",
    "description": "This extension replaces a user's personal information with fake info on webpages",
    "version": "1.0",
    "permissions": [
        "tabs",
        "storage",
        "webNavigation"
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "content_security_policy": []
}