Instagram Images Downloader

Download images from Instagram Web

Instagram Images Downloaderคืออะไร?

Instagram Images Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://amalgama.co และคุณลักษณะหลักของมันคือ "Download images from Instagram Web"

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

screenshot
screenshot
screenshot

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

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

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

                        At Amalgama we love finding solutions to problems, that’s why we found a way to download images from instagram web in the easiest way possible.
Here’s how:

Add the extension and go to Instagram Web.
Select the post with the image you’d like to download and click the download button next to the “send” button.
The image will open in a new tab where you’ll be able to download it!                    

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

ชื่อ Instagram Images Downloader Instagram Images Downloader
ID jgcojjncjpipfaeoohikmogimmknhoee
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instagram-images-download/jgcojjncjpipfaeoohikmogimmknhoee
คำอธิบาย Download images from Instagram Web
ขนาดไฟล์ 57.52 KB
จำนวนการติดตั้ง 791
เวอร์ชันปัจจุบัน 0.0.0.2
อัปเดตครั้งล่าสุด 2021-03-17
วันที่เผยแพร่ 2021-02-14
ผู้พัฒนา https://amalgama.co
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vQpOOE_xOx-w3V6HbRalVBXfU7p6uDJawnx55c6Fjc7Yth_y2E9Ad9vHRxa325k-HZslnZXh5Vx6NiX/pub
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Images Downloader",
    "version": "0.0.0.2",
    "description": "Download images from Instagram Web",
    "permissions": [
        "background",
        "downloads",
        "https:\/\/instagram.com\/*",
        "http:\/\/instagram.com\/*",
        "https:\/\/www.instagram.com\/*",
        "http:\/\/www.instagram.com\/*"
    ],
    "web_accessible_resources": [
        "images\/download-icon.png"
    ],
    "browser_action": {
        "default_icon": "images\/instagram-images-downloader-icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "16": "images\/instagram-images-downloader-icon-16.png",
        "32": "images\/instagram-images-downloader-icon-32.png",
        "48": "images\/instagram-images-downloader-icon-48.png",
        "128": "images\/instagram-images-downloader-icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/instagram.com\/*",
                "http:\/\/instagram.com\/*",
                "https:\/\/www.instagram.com\/*",
                "http:\/\/www.instagram.com\/*"
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/content.js"
            ],
            "css": [
                "css\/styles.css"
            ]
        }
    ],
    "manifest_version": 2
}