Instagram Downloader

Download videos and photos from Instagram in one click!

Instagram Downloaderคืออะไร?

Instagram Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย insta.downloader.s และคุณลักษณะหลักของมันคือ "Download videos and photos from Instagram in one click!"

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

screenshot

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

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

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

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

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

ชื่อ Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
คำอธิบาย Download videos and photos from Instagram in one click!
ขนาดไฟล์ 169 KB
จำนวนการติดตั้ง 6,000
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2021-07-26
วันที่เผยแพร่ 2021-03-14
คะแนน 2.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา insta.downloader.s
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}