IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

Apa itu IGsave - Downloader for Instagram™ video?

IGsave - Downloader for Instagram™ video adalah ekstensi Chrome yang dikembangkan oleh margaretafossb70, dan fitur utamanya adalah "Simplest way to download instagram video & photo anonymously.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi IGsave - Downloader for Instagram™ video

Unduh file ekstensi IGsave - Downloader for Instagram™ video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
URL Resmi https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
Deskripsi Simplest way to download instagram video & photo anonymously.
Ukuran File 869 KB
Jumlah Instalasi 304
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-08-23
Tanggal Publikasi 2022-08-23
Penilaian 3.00/5 Total 2 Penilaian
Pengembang margaretafossb70
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://twiclips.top/privacy
Bahasa yang Didukung 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": [
                ""
            ]
        }
    ]
}