Sneak Peek

View the last message sent in fb messenger or instagram without marking it as read.

Sneak Peekคืออะไร?

Sneak Peek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย emurphy และคุณลักษณะหลักของมันคือ "View the last message sent in fb messenger or instagram without marking it as read."

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

screenshot

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

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

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

                        Every receive a message that you want to read, but you don't want the person who sent it to you to know you've read it? With this extension you can read the last message sent in any chat, without actually opening the chat. Simply navigate to you inbox on chrome (www.messenger.com for facebook messenger, www.instagram.com/direct/inbox/ for instagram), and hover you mouse over the link to the chat. Instead of a preview of the first few words, you'll be able to read the entire thing.                    

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

ชื่อ Sneak Peek Sneak Peek
ID gkjlhiabmhcjlnjjecploilkoojidgfe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/sneak-peek/gkjlhiabmhcjlnjjecploilkoojidgfe
คำอธิบาย View the last message sent in fb messenger or instagram without marking it as read.
ขนาดไฟล์ 8.33 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 2.0.1
อัปเดตครั้งล่าสุด 2022-10-29
วันที่เผยแพร่ 2022-10-21
ผู้พัฒนา emurphy
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sneak Peek",
    "version": "2.0.1",
    "manifest_version": 3,
    "description": "View the last message sent in fb messenger or instagram without marking it as read.",
    "icons": {
        "16": "images\/spy_16px.png",
        "32": "images\/spy_32px.png",
        "64": "images\/spy_64px.png",
        "128": "images\/spy_128px.png"
    },
    "action": [],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/direct\/*",
                "https:\/\/www.messenger.com\/t\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ]
}