Sneak Peek
View the last message sent in fb messenger or instagram without marking it as read.
什么是Sneak Peek?
Sneak Peek是由emurphy开发的Chrome扩展程序,该扩展的主要功能是“View the last message sent in fb messenger or instagram without marking it as read.”。
扩展截图
下载Sneak Peek扩展crx文件
下载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 |
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" ] } ] } |