Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Story Downloaderคืออะไร?
Story Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Extensions for Everyone และคุณลักษณะหลักของมันคือ "With the Story Downloader you can view stories anonymously and download them for free."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Story Downloader
ดาวน์โหลดไฟล์ส่วนขยาย Story Downloader ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | pneajbbepheokncfcicjoeakmajaegem |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
คำอธิบาย | With the Story Downloader you can view stories anonymously and download them for free. |
ขนาดไฟล์ | 149 KB |
จำนวนการติดตั้ง | 3,000 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-11-25 |
วันที่เผยแพร่ | 2020-11-25 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Extensions for Everyone |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.storydownloader.org |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Downloader", "version": "1.0", "description": "With the Story Downloader you can view stories anonymously and download them for free.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |