instagram tool for download

download instagram image&video(posts,igtv,stories,reels)

Cos'è instagram tool for download?

instagram tool for download è un'estensione di Chrome sviluppata da http://sslbitcoin.com, e la sua funzione principale è "download instagram image&video(posts,igtv,stories,reels)".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione instagram tool for download

Scarica i file di estensione instagram tool for download in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        The tool currently supports images (multiple sizes) and video downloads ;

1、download  images (HD photos)
2、download  video (igtv,stories,reels)
3、download  all  posts                    

Informazioni di Base sull'Estensione

Nome instagram tool for download instagram tool for download
ID khjmcaockgmjljbklmabmikkhdgmjahc
URL Ufficiale https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc
Descrizione download instagram image&video(posts,igtv,stories,reels)
Dimensione del File 32.27 KB
Conteggio Installazioni 1,000
Versione Corrente 0.8.0
Ultimo Aggiornamento 2022-01-12
Data di Pubblicazione 2020-12-09
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore http://sslbitcoin.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sslbitcoin.com/
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "instagram tool for download",
    "homepage_url": "https:\/\/sslbitcoin.com",
    "description": "download instagram image&video(posts,igtv,stories,reels)",
    "version": "0.8.0",
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ]
        },
        {
            "resources": [
                "css\/*",
                "img\/*",
                "iframeTmp.html"
            ],
            "matches": [
                "https:\/\/sslbitcoin.com\/*"
            ]
        }
    ],
    "icons": {
        "16": "img\/receive.png",
        "48": "img\/download.png"
    },
    "permissions": [
        "downloads",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.sslbitcoin.com\/*"
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_icon": "img\/download.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_start",
            "css": [
                "css\/content-new.css",
                "css\/content.css"
            ],
            "js": [
                "js\/m.js",
                "js\/cs.js"
            ]
        },
        {
            "js": [
                "js\/cs2.js"
            ],
            "matches": [
                "https:\/\/*.sslbitcoin.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com ; object-src 'self'"
    }
}