MaskMe

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

MaskMeคืออะไร?

MaskMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tbuchanvb7 และคุณลักษณะหลักของมันคือ "This extension replaces a user's personal information with fake info on webpages"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MaskMe

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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": []
}