Password Lock for Messenger™

An easy-to-use password protector for messenger

Password Lock for Messenger™คืออะไร?

Password Lock for Messenger™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jorvi และคุณลักษณะหลักของมันคือ "An easy-to-use password protector for messenger"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Password Lock for Messenger™

ดาวน์โหลดไฟล์ส่วนขยาย Password Lock for Messenger™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        "Password Lock for Messenger™" provides a convenient way to access and use Messenger on your desktop machine (PC, MAC, or Linux). By clicking on the toolbar button, you can open Messenger in either a standalone UI or a configurable browser tab. The window is resizable to your preference, and all changes are automatically saved to memory. It's important to note that to use this extension, you must have a Facebook account.

Please be aware that "Password Lock for Messenger™" is not affiliated with or related to the official Facebook/Messenger website or application. It is an unofficial app developed and maintained independently. The official Messenger software is only released for smartphones and the web. This unofficial app (browser extension) acts as a wrapper for the original Messenger application, making it usable as a browser plug-in.

The extension offers an optional password protection feature that can be enabled or disabled from the right-click context menu over the toolbar button. When enabled, users must pass through password protection before using Messenger.

Additionally, you can change the opening mode from the stand-alone window to the browser tab and vice versa.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Password Lock for Messenger™ Password Lock for Messenger™
ID mlhfdmcelnogageoofnibennidigchog
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/password-lock-for-messeng/mlhfdmcelnogageoofnibennidigchog
คำอธิบาย An easy-to-use password protector for messenger
ขนาดไฟล์ 50.05 KB
จำนวนการติดตั้ง 45,314
เวอร์ชันปัจจุบัน 0.2.0
อัปเดตครั้งล่าสุด 2024-01-22
วันที่เผยแพร่ 2018-10-21
คะแนน 3.42/5 รวมทั้งหมด 73 คะแนน
ผู้พัฒนา Jorvi
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://mybrowseraddon.com/messenger-web.html
URL หน้าช่วยเหลือ http://mybrowseraddon.com/messenger-web.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.0",
    "manifest_version": 3,
    "name": "Password Lock for Messenger\u2122",
    "default_locale": "en",
    "permissions": [
        "storage",
        "alarms",
        "idle",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.messenger.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "description": "An easy-to-use password protector for messenger",
    "homepage_url": "https:\/\/mybrowseraddon.com\/messenger-web.html",
    "action": [],
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "js": [
                "\/data\/blocker\/run.js"
            ],
            "css": [
                "\/data\/blocker\/run.css"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/data\/lock\/index.html"
            ],
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ]
        }
    ],
    "commands": {
        "_execute_action": []
    }
}