High Resolution Downloader for Instagram

Easily download high resolution copies of any Instagram photo or video.

High Resolution Downloader for Instagramคืออะไร?

High Resolution Downloader for Instagram เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Edwin Morris และคุณลักษณะหลักของมันคือ "Easily download high resolution copies of any Instagram photo or video."

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Just click the image or video you want to download, and its url will be copied to your clipboard. You can download or open it too. Works for stories, profiles, slideshows, IGTV, DMs, and the feed.

This extension will always give you the highest resolution version of an image or video — this is often larger than what Instagram displays.

This is an open-source project on GitHub:
https://github.com/ehmorris/High-Resolution-Downloader-For-Instagram                    

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

ชื่อ High Resolution Downloader for Instagram High Resolution Downloader for Instagram
ID hbijmiokbffalbolieapplfhmmnioeao
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/high-resolution-downloade/hbijmiokbffalbolieapplfhmmnioeao
คำอธิบาย Easily download high resolution copies of any Instagram photo or video.
ขนาดไฟล์ 327 KB
จำนวนการติดตั้ง 44,379
เวอร์ชันปัจจุบัน 2.0.30
อัปเดตครั้งล่าสุด 2021-02-13
วันที่เผยแพร่ 2020-06-14
คะแนน 3.96/5 รวมทั้งหมด 139 คะแนน
ผู้พัฒนา Edwin Morris
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "version": "2.0.30",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "clipboardWrite"
    ]
}