IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

IGsave - Downloader for Instagram™ video là gì?

IGsave - Downloader for Instagram™ video là một tiện ích mở rộng Chrome được phát triển bởi margaretafossb70, và tính năng chính của nó là "Simplest way to download instagram video & photo anonymously.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng IGsave - Downloader for Instagram™ video

Tải xuống các tệp mở rộng IGsave - Downloader for Instagram™ video dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
URL Chính Thức https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
Mô tả Simplest way to download instagram video & photo anonymously.
Kích Thước Tệp 869 KB
Số Lần Cài Đặt 304
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-08-23
Ngày Phát Hành 2022-08-23
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển margaretafossb70
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://twiclips.top/privacy
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}