IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

IGsave - Downloader for Instagram™ videoคืออะไร?

IGsave - Downloader for Instagram™ video เป็นส่วนขยายของ Chrome ที่พัฒนาโดย margaretafossb70 และคุณลักษณะหลักของมันคือ "Simplest way to download instagram video & photo anonymously."

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

screenshot
screenshot

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

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

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

                        IGsave helps you to download stories (and highlights), Videos, Reels, Photos and IGTVs! You can use bulk downloader for stories and posts that have more than one item. Also, you can repost feed instagram。
The main features: 
-Download instagram video & photo anonymously.
-repost feed instagram from a user or feed
- Bulk download photos and videos                    

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

ชื่อ IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
คำอธิบาย Simplest way to download instagram video & photo anonymously.
ขนาดไฟล์ 869 KB
จำนวนการติดตั้ง 304
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2022-08-23
วันที่เผยแพร่ 2022-08-23
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา margaretafossb70
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://twiclips.top/privacy
ภาษาที่รองรับ de,en,fr,tr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "declarativeNetRequest",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}