Sneak Peek

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

Sneak Peek क्या है?

Sneak Peek emurphy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View the last message sent in fb messenger or instagram without marking it as read."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Sneak Peek एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}