IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

Vad är IGsave - Downloader for Instagram™ video?

IGsave - Downloader for Instagram™ video är en Chrome-tillägg utvecklad av margaretafossb70, och dess huvudfunktion är "Simplest way to download instagram video & photo anonymously.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner IGsave - Downloader for Instagram™ video-förlängningens CRX-fil

Ladda ner IGsave - Downloader for Instagram™ video-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
Officiell webbadress https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
Beskrivning Simplest way to download instagram video & photo anonymously.
Filstorlek 869 KB
Antal Installationer 304
Aktuell Version 1.0.0
Senast Uppdaterad 2022-08-23
Publiceringsdatum 2022-08-23
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare margaretafossb70
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan https://twiclips.top/privacy
Stödda Språk 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": [
                ""
            ]
        }
    ]
}