instagram tool for download
download instagram image&video(posts,igtv,stories,reels)
instagram tool for downloadคืออะไร?
instagram tool for download เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://sslbitcoin.com และคุณลักษณะหลักของมันคือ "download instagram image&video(posts,igtv,stories,reels)"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย instagram tool for download
ดาวน์โหลดไฟล์ส่วนขยาย instagram tool for download ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | khjmcaockgmjljbklmabmikkhdgmjahc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-tool-for-downlo/khjmcaockgmjljbklmabmikkhdgmjahc |
คำอธิบาย | download instagram image&video(posts,igtv,stories,reels) |
ขนาดไฟล์ | 32.27 KB |
จำนวนการติดตั้ง | 1,000 |
เวอร์ชันปัจจุบัน | 0.8.0 |
อัปเดตครั้งล่าสุด | 2022-01-12 |
วันที่เผยแพร่ | 2020-12-09 |
คะแนน | 1.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | http://sslbitcoin.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://sslbitcoin.com/ |
ภาษาที่รองรับ | 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'" } } |