Stori
Download and view (anonymously) Instagram Stories
Storiคืออะไร?
Stori เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Stori และคุณลักษณะหลักของมันคือ "Download and view (anonymously) Instagram Stories"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Stori
ดาวน์โหลดไฟล์ส่วนขยาย Stori ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
คำอธิบาย | Download and view (anonymously) Instagram Stories |
ขนาดไฟล์ | 776 KB |
จำนวนการติดตั้ง | 403 |
เวอร์ชันปัจจุบัน | 0.5.0 |
อัปเดตครั้งล่าสุด | 2021-02-03 |
วันที่เผยแพร่ | 2021-02-03 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | Stori |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |