Insta Ghost

A browser extension for Instagram to read messages and see stories without read receipts or seen.

Insta Ghostคืออะไร?

Insta Ghost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://ashish.link และคุณลักษณะหลักของมันคือ "A browser extension for Instagram to read messages and see stories without read receipts or seen."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Insta Ghost

ดาวน์โหลดไฟล์ส่วนขยาย Insta Ghost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Turn on ghost mode on Instagram to anonymously read messages and see stories without the seen receipt 

*The extension does not read or intercept any of your data.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
คำอธิบาย A browser extension for Instagram to read messages and see stories without read receipts or seen.
ขนาดไฟล์ 34.51 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2022-01-17
วันที่เผยแพร่ 2022-01-17
คะแนน 5.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา http://ashish.link
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/ashish-r/insta-ghost
URL หน้าช่วยเหลือ https://github.com/ashish-r/insta-ghost/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Ghost",
    "version": "1.0",
    "manifest_version": 2,
    "description": "A browser extension for Instagram to read messages and see stories without read receipts or seen.",
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_popup": "option.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}