Ghostify - Instagram Story Viewer

Ghostify helps you view Instagram stories without a trace (The story owner won't know you saw their story)

Ghostify - Instagram Story Viewerคืออะไร?

Ghostify - Instagram Story Viewer เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://getghostify.com และคุณลักษณะหลักของมันคือ "Ghostify helps you view Instagram stories without a trace (The story owner won't know you saw their story)"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ghostify - Instagram Story Viewer

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

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

                        Do you want to see someone's story without them finding out? Ghostify is for you!

Who is Ghostify NOT for?
You won't be able to see a private account's stories if they haven't accepted you as a follower. Ghostify works for private accounts that you already follow them on Instagram.

How it works:
Add this extension to your google chrome, turn it on and start browsing on Instagram web application. This way your account won't be listed in story viewers list for those you see their story.

Does Ghostify see my login information for Instagram?
You will only login to Instagram's official website. Ghostify will not see your login information whatsoever.                    

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

ชื่อ Ghostify - Instagram Story Viewer Ghostify - Instagram Story Viewer
ID ajkkboilpcbfgojiochgfbeblbpcgpga
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ghostify-instagram-story/ajkkboilpcbfgojiochgfbeblbpcgpga
คำอธิบาย Ghostify helps you view Instagram stories without a trace (The story owner won't know you saw their story)
ขนาดไฟล์ 396 KB
จำนวนการติดตั้ง 8,725
เวอร์ชันปัจจุบัน 2.4
อัปเดตครั้งล่าสุด 2023-11-15
วันที่เผยแพร่ 2022-03-14
คะแนน 2.97/5 รวมทั้งหมด 31 คะแนน
ผู้พัฒนา https://getghostify.com
อีเมล [email protected]
ประเภทการชำระเงิน in_app
เว็บไซต์ส่วนขยาย https://getghostify.com/
URL หน้าช่วยเหลือ https://getghostify.com/
URL หน้านโยบายความเป็นส่วนตัว https://getghostify.com/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ghostify - Instagram Story Viewer",
    "description": "Ghostify helps you view Instagram stories without a trace (The story owner won't know you saw their story)",
    "version": "2.4",
    "manifest_version": 3,
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "identity",
        "identity.email",
        "tabs",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*.getghostify.com\/*",
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.google-analytics.com\/*"
    ],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js",
                "utils.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-gray16.png",
            "48": "icon-gray48.png",
            "128": "icon-gray128.png"
        }
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAl2iAo1cT48r8Nt\/flhuEsmlhvCoMeihk4knMwyPGom26XJWUk7XHe0K+x66UUBkJ9m4dLTfuUNLHZBhuMr7gSPmKQY\/leVW0W3jQCjXbnviJVj2ZIiT\/K2nYXsuJuzdZ0hDM1T+nh8NjwLQXnfHS1scVvUR507n7jaB5ZcJ0dMnZKPByK7xJjjmW0fozUBykQ0G4FfFUPmQbXnxqmheLYEU\/xk49V4GlTpU22CNq0fhKBLYW3zDMSnW4rhU0C3Rq9NsxE9QmptfDIGYgYmVdAKAFu9hUJwmIslEzesmXR0PRfYCsIzZPZ94epDvrI8FmOSnvX\/VMd4O2a\/u4kvEgVQIDAQAB"
}