Sneak Peek
View the last message sent in fb messenger or instagram without marking it as read.
What is Sneak Peek?
Sneak Peek is a Chrome extension developed by emurphy, and its main feature is "View the last message sent in fb messenger or instagram without marking it as read.".
Extension Screenshots
Download Sneak Peek Extension CRX File
Download Sneak Peek extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sneak Peek |
ID | gkjlhiabmhcjlnjjecploilkoojidgfe |
Official URL | https://chromewebstore.google.com/detail/sneak-peek/gkjlhiabmhcjlnjjecploilkoojidgfe |
Description | View the last message sent in fb messenger or instagram without marking it as read. |
File Size | 8.33 KB |
Installation Count | 19 |
Current Version | 2.0.1 |
Last Updated | 2022-10-29 |
Publish Date | 2022-10-21 |
Developer | emurphy |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |