Sneak Peek
View the last message sent in fb messenger or instagram without marking it as read.
Sneak Peek là gì?
Sneak Peek là một tiện ích mở rộng Chrome được phát triển bởi emurphy, và tính năng chính của nó là "View the last message sent in fb messenger or instagram without marking it as read.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Sneak Peek
Tải xuống các tệp mở rộng Sneak Peek dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Sneak Peek |
ID | gkjlhiabmhcjlnjjecploilkoojidgfe |
URL Chính Thức | https://chromewebstore.google.com/detail/sneak-peek/gkjlhiabmhcjlnjjecploilkoojidgfe |
Mô tả | View the last message sent in fb messenger or instagram without marking it as read. |
Kích Thước Tệp | 8.33 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 2.0.1 |
Cập Nhật Lần Cuối | 2022-10-29 |
Ngày Phát Hành | 2022-10-21 |
Nhà Phát Triển | emurphy |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |