download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
download instagram™ storiesคืออะไร?
download instagram™ stories เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://imginn.com และคุณลักษณะหลักของมันคือ "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย download instagram™ stories
ดาวน์โหลดไฟล์ส่วนขยาย download instagram™ stories ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |   |  
| ID | oibpeacbmhhomjkcahelgjnhldalgihd | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd | 
| คำอธิบาย | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… | 
| ขนาดไฟล์ | 12.83 KB | 
| จำนวนการติดตั้ง | 363 | 
| เวอร์ชันปัจจุบัน | 1.0 | 
| อัปเดตครั้งล่าสุด | 2020-07-20 | 
| วันที่เผยแพร่ | 2020-07-19 | 
| คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน | 
| ผู้พัฒนา | https://imginn.com | 
| อีเมล | [email protected] | 
| ประเภทการชำระเงิน | free | 
| เว็บไซต์ส่วนขยาย | https://imginn.com | 
| URL หน้าช่วยเหลือ | https://imginn.com | 
| ภาษาที่รองรับ | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "download instagram\u2122 stories",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |