IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

Was ist IGsave - Downloader for Instagram™ video?

IGsave - Downloader for Instagram™ video ist eine Chrome-Erweiterung, die von margaretafossb70 entwickelt wurde, und ihr Hauptmerkmal ist "Simplest way to download instagram video & photo anonymously.".

Erweiterungsscreenshots

screenshot
screenshot

IGsave - Downloader for Instagram™ video-Erweiterungs-CRX-Datei herunterladen

Laden Sie IGsave - Downloader for Instagram™ video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
Offizielle URL https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
Beschreibung Simplest way to download instagram video & photo anonymously.
Dateigröße 869 KB
Installationsanzahl 304
Aktuelle Version 1.0.0
Letztes Update 2022-08-23
Veröffentlichungsdatum 2022-08-23
Bewertung 3.00/5 Insgesamt 2 Bewertungen
Entwickler margaretafossb70
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://twiclips.top/privacy
Unterstützte Sprachen 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": [
                ""
            ]
        }
    ]
}