InstImage Downloader

Download any image and video with only one click from instagram.

InstImage Downloaderคืออะไร?

InstImage Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Faruk Cepni และคุณลักษณะหลักของมันคือ "Download any image and video with only one click from instagram."

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

screenshot
screenshot
screenshot

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

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

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

                        InstImage Downloader is used to download any instagram original image, video or image set with one click. You can download original instagram image not small image.

- Visit instagram website.
- Right click on any instagram image.
- Click "Download Original Image" button.
- You can use options tab to change image size and filename pattern.
and the image will be downloaded your Downloads folders.

CHANGE LOG:

Version 1.5:
 - Fix download problem

Version 1.4
 - Fix download problems 
 - Change name and icons

Version 1.3:
 - Implemented new instagram API
 - Fixed some minor bugs.                    

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

ชื่อ InstImage Downloader InstImage Downloader
ID hakiffelphopoieifihpjkpbcnhfgfhi
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/instimage-downloader/hakiffelphopoieifihpjkpbcnhfgfhi
คำอธิบาย Download any image and video with only one click from instagram.
ขนาดไฟล์ 57.18 KB
จำนวนการติดตั้ง 7,000
เวอร์ชันปัจจุบัน 1.5
อัปเดตครั้งล่าสุด 2022-06-28
วันที่เผยแพร่ 2019-08-25
คะแนน 3.31/5 รวมทั้งหมด 29 คะแนน
ผู้พัฒนา Faruk Cepni
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ext-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "InstImage Downloader",
    "description": "Download any image and video with only one click from instagram.",
    "version": "1.5",
    "author": "Faruk Cepni",
    "manifest_version": 3,
    "offline_enabled": false,
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/i.instagram.com\/*"
    ],
    "icons": {
        "16": "assets\/logo_16.png",
        "20": "assets\/logo_20.png",
        "24": "assets\/logo_24.png",
        "32": "assets\/logo_32.png",
        "48": "assets\/logo_48.png",
        "64": "assets\/logo_64.png",
        "128": "assets\/logo_128.png",
        "256": "assets\/logo_256.png",
        "512": "assets\/logo_512.png"
    },
    "content_scripts": [
        {
            "js": [
                "sentry.6.17.3.js",
                "sentry_logger.js",
                "content.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "main.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "options.html"
}