instagram tool for download
download instagram image&video(posts,igtv,stories,reels)
Qu'est-ce que instagram tool for download ?
instagram tool for download est une extension Chrome développée par http://sslbitcoin.com, et sa fonction principale est "download instagram image&video(posts,igtv,stories,reels)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension instagram tool for download
Téléchargez les fichiers d'extension instagram tool for download au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | |
ID | khjmcaockgmjljbklmabmikkhdgmjahc |
URL Officiel | https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc |
Description | download instagram image&video(posts,igtv,stories,reels) |
Taille du Fichier | 32.27 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.8.0 |
Dernière Mise à Jour | 2022-01-12 |
Date de Publication | 2020-12-09 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | http://sslbitcoin.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://sslbitcoin.com/ |
Langues Prises en Charge | 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'" } } |