instagram tool for download

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

Wat is instagram tool for download?

instagram tool for download is een Chrome-extensie ontwikkeld door http://sslbitcoin.com, en de belangrijkste functie is "download instagram image&video(posts,igtv,stories,reels)".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie instagram tool for download

Download instagram tool for download-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam instagram tool for download instagram tool for download
ID khjmcaockgmjljbklmabmikkhdgmjahc
Officiële URL https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc
Beschrijving download instagram image&video(posts,igtv,stories,reels)
Bestandsgrootte 32.27 KB
Aantal Installaties 1,000
Huidige Versie 0.8.0
Laatst Bijgewerkt 2022-01-12
Publicatiedatum 2020-12-09
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar http://sslbitcoin.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sslbitcoin.com/
Ondersteunde Talen 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'"
    }
}