Insta Ghost

A browser extension for Instagram to see stories without seen.

Insta Ghostคืออะไร?

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

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

screenshot

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

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

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

                        Turn on ghost mode on Instagram to anonymously check stories without the seen receipt 

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

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

ชื่อ Insta Ghost Insta Ghost
ID pckckmnmgnllnclbpcmmbgindodofdia
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/insta-ghost/pckckmnmgnllnclbpcmmbgindodofdia
คำอธิบาย A browser extension for Instagram to see stories without seen.
ขนาดไฟล์ 33.36 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2023-05-29
วันที่เผยแพร่ 2023-05-29
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา 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": "2.0",
    "manifest_version": 3,
    "description": "A browser extension for Instagram to see stories without seen.",
    "background": {
        "service_worker": "script.js"
    },
    "action": {
        "default_icon": {
            "16": "logo\/logo16.png",
            "48": "logo\/logo48.png",
            "128": "logo\/logo128.png"
        }
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "logo\/logo16.png",
        "48": "logo\/logo48.png",
        "128": "logo\/logo128.png"
    }
}