instome Downloader

Batch download automation tool for Instagram, save photos and videos quickly

Co to jest instome Downloader?

instome Downloader to rozszerzenie Chrome opracowane przez instome, a jego główną funkcją jest „Batch download automation tool for Instagram, save photos and videos quickly”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia instome Downloader

Pobierz pliki rozszerzeń instome Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Features:
- Batch Download: Save multiple Instagram posts content at once.
- Profile Image Download: Download Instagram profile photos.
- Save Instagram Photo: Download high-quality pictures that you admire.
- IGTV and Reels Download: Download the original videos to your PC or Mac.
- Download Story: Save Instagram stories individually or all at once.
- Download Highlights: Download pictures and videos from the Highlights section.

How to use:
- Install this extension.
- Log in to Instagram on the web.
- Choose the pictures or videos you wish to download.
- Click the download button and select a location to save the file.                    

Podstawowe informacje o rozszerzeniu

Nazwa instome Downloader instome Downloader
ID cmnahkmfhllcmighhcaapllkojlfcbcp
Oficjalny URL https://chromewebstore.google.com/detail/instome-downloader/cmnahkmfhllcmighhcaapllkojlfcbcp
Opis Batch download automation tool for Instagram, save photos and videos quickly
Rozmiar pliku 177 KB
Liczba instalacji 707
Aktualna Wersja 1.0.8
Ostatnia Aktualizacja 2024-02-21
Data Publikacji 2023-06-18
Deweloper instome
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://oox21k1c3k.feishu.cn/docx/XXpNdfdBhoi3Z7xfTVYc3OzkniA
Obsługiwane Języki en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 3,
    "version": "1.0.8",
    "version_name": "1.0.8",
    "action": {
        "default_popup": "src\/popup\/index.html"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.inject.ts-f3a3999e.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "assets\/content-script-loader.index.ts-a50163f9.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "src\/options\/index.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "resources": [
                "assets\/style.css",
                "assets\/browser-polyfill-695aec5f.js",
                "assets\/xhr-2bb7f682.js",
                "assets\/inject.ts-f3a3999e.js",
                "assets\/download.png",
                "assets\/download-light.png",
                "assets\/browser-4bc8f205.js",
                "assets\/state-fcc29e5f.js",
                "assets\/index.ts-a50163f9.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "permissions": [
        "storage",
        "downloads",
        "downloads.shelf"
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*",
        "https:\/\/instome.copythelink.com\/*"
    ],
    "icons": {
        "16": "src\/assets\/icon16.png",
        "48": "src\/assets\/icon48.png",
        "128": "src\/assets\/icon128.png"
    }
}