instagram tool for download
download instagram image&video(posts,igtv,stories,reels)
instagram tool for downloadとは何ですか?
instagram tool for downloadはhttp://sslbitcoin.comによって開発されたChromeの拡張機能で、その主な機能は「download instagram image&video(posts,igtv,stories,reels)」です。
拡張機能のスクリーンショット
instagram tool for download拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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'"
}
} | |