MaskMe

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

Cos'è MaskMe?

MaskMe è un'estensione di Chrome sviluppata da tbuchanvb7, e la sua funzione principale è "This extension replaces a user's personal information with fake info on webpages".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione MaskMe

Scarica i file di estensione MaskMe in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome MaskMe MaskMe
ID inkejhpammjgkebcihmipacpkkgemgac
URL Ufficiale https://chromewebstore.google.com/detail/maskme/inkejhpammjgkebcihmipacpkkgemgac
Descrizione This extension replaces a user's personal information with fake info on webpages
Dimensione del File 6.37 KB
Conteggio Installazioni 31
Versione Corrente 1.0
Ultimo Aggiornamento 2023-09-20
Data di Pubblicazione 2023-09-20
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tbuchanvb7
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": []
}