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."입니다.

확장 프로그램 스크린샷

screenshot

Sneak Peek 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
            ]
        }
    ]
}