Instagram Downloader

Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.

Instagram Downloaderคืออะไร?

Instagram Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Zahra Jalilibaleh และคุณลักษณะหลักของมันคือ "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV."

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

screenshot
screenshot

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

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

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

                        Download Instagram Posts, Stories and IGTVs.                    

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

ชื่อ Instagram Downloader Instagram Downloader
ID lammhgappkpelpobpoihfbpeelojmgfo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo
คำอธิบาย Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
ขนาดไฟล์ 195 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 1.0.3
อัปเดตครั้งล่าสุด 2021-02-22
วันที่เผยแพร่ 2021-02-22
ผู้พัฒนา Zahra Jalilibaleh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://instractor.com/
URL หน้าช่วยเหลือ https://instractor.com/instagram-downloader
ภาษาที่รองรับ en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/mebackground.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/me.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "manifest_version": 2,
    "name": "Instagram Downloader",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ]
}