Downloader for Instagram™

Download image, video, reels, story and highlight for Instagram™ with one click, completely free and unlimited.

Downloader for Instagram™คืออะไร?

Downloader for Instagram™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://onlinetoolset.com และคุณลักษณะหลักของมันคือ "Download image, video, reels, story and highlight for Instagram™ with one click, completely free and unlimited."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Downloader for Instagram™ is an extension to help you to download original image, video, reels, story and highlight for Instagram™ with one click, free and unlimited.

The extension offers two methods to download from Instagram™.
1. The extension will add a new Download button under the image or video on homepage, reels section, post detail, reel detail, story and highlight pages. You can download original image or video by just clicking the Download button.

2. You can download by right-clicking on image or video that you would like to download and then click "Download | Downloader for Instagram™" menuitem.

NOTICE THAT:
- You must refresh the page after the extension has been installed.
- You must be logged in while using the extension.

How to download story or highlight?
1. View story / highlight that you'd like to download.
2. Click Download button on the top-right corner.
3. Current story / highlight will be downloaded in a second.
4. You can start downloading by right-clicking anywhere on the page and then click "Download | Downloader for Instagram™" menuitem while viewing story / highlight.                    

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

ชื่อ Downloader for Instagram™ Downloader for Instagram™
ID fkilgeompmipodhkdmafejpfgnfbjmkk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/downloader-for-instagram/fkilgeompmipodhkdmafejpfgnfbjmkk
คำอธิบาย Download image, video, reels, story and highlight for Instagram™ with one click, completely free and unlimited.
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 4,000
เวอร์ชันปัจจุบัน 3.0.5
อัปเดตครั้งล่าสุด 2024-01-26
วันที่เผยแพร่ 2022-10-10
คะแนน 4.67/5 รวมทั้งหมด 54 คะแนน
ผู้พัฒนา https://onlinetoolset.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://onlinetoolset.com/browser-extensions/downloader-for-instagram?utm_source=Downloader&utm_medium=store&utm_content=extension
URL หน้าช่วยเหลือ https://onlinetoolset.com/browser-extensions/downloader-for-instagram?utm_source=Downloader&utm_medium=store&utm_content=extension#contact-form
URL หน้านโยบายความเป็นส่วนตัว https://sites.google.com/view/ext-privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "Downloader",
    "name": "Downloader for Instagram\u2122",
    "description": "Download image, video, reels, story and highlight for Instagram\u2122 with one click, completely free and unlimited.",
    "version": "3.0.5",
    "author": "Faruk Cepni",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/i.instagram.com\/*",
        "https:\/\/*.fbcdn.net\/*",
        "https:\/\/*.cdninstagram.com\/*"
    ],
    "icons": {
        "16": "assets\/img_16.png",
        "20": "assets\/img_20.png",
        "24": "assets\/img_24.png",
        "32": "assets\/img_32.png",
        "48": "assets\/img_48.png",
        "64": "assets\/img_64.png",
        "128": "assets\/img_128.png",
        "256": "assets\/img_256.png",
        "512": "assets\/img_512.png"
    },
    "content_scripts": [
        {
            "js": [
                "content_scripts.bundle.js"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.bundle.js",
        "type": "module"
    }
}