instagram tool for download
download instagram image&video(posts,igtv,stories,reels)
Apa itu instagram tool for download?
instagram tool for download adalah ekstensi Chrome yang dikembangkan oleh http://sslbitcoin.com, dan fitur utamanya adalah "download instagram image&video(posts,igtv,stories,reels)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi instagram tool for download
Unduh file ekstensi instagram tool for download dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | khjmcaockgmjljbklmabmikkhdgmjahc |
URL Resmi | https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc |
Deskripsi | download instagram image&video(posts,igtv,stories,reels) |
Ukuran File | 32.27 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 0.8.0 |
Terakhir Diperbarui | 2022-01-12 |
Tanggal Publikasi | 2020-12-09 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | http://sslbitcoin.com |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://sslbitcoin.com/ |
Bahasa yang Didukung | 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'" } } |