Insta Stories

View Instagram Stories anonymously and download them to your device.

Insta Storiesคืออะไร?

Insta Stories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extensions for Everyone และคุณลักษณะหลักของมันคือ "View Instagram Stories anonymously and download them to your device."

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

screenshot

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

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

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

                        Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account.
Additional features – save a Story to any device in one click and download Story updates automatically.                    

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

ชื่อ Insta Stories Insta Stories
ID ebhpndbbadiaeggalklbbdchfobkhgmj
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj
คำอธิบาย View Instagram Stories anonymously and download them to your device.
ขนาดไฟล์ 149 KB
จำนวนการติดตั้ง 3,685
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2020-11-25
วันที่เผยแพร่ 2020-11-25
คะแนน 3.25/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Extensions for Everyone
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.insta-stories.net
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Stories",
    "version": "1.0",
    "description": "View Instagram Stories anonymously and download them to your device.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}