Image and Video Downloader
Save images and videos from Instagram.
Image and Video Downloaderとは何ですか?
Image and Video DownloaderはBrowserNativeによって開発されたChromeの拡張機能で、その主な機能は「Save images and videos from Instagram.」です。
拡張機能のスクリーンショット
Image and Video Downloader拡張機能のCRXファイルをダウンロード
Image and Video Downloader拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save.
Visit homepage for more: https://browsernative.com/instagram-downloader/
Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com. 拡張機能の基本情報
| 名前 | |
| ID | khnadcdfjbjgojiilfdebbpiepokangj |
| 公式URL | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
| 説明 | Save images and videos from Instagram. |
| ファイルサイズ | 160 KB |
| インストール数 | 39,218 |
| 現在のバージョン | 0.3.0 |
| 最終更新日 | 2020-06-01 |
| 公開日 | 2020-05-31 |
| 評価 | 3.90/5 合計 311 レビュー |
| 開発者 | BrowserNative |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://browsernative.com/instagram-downloader/ |
| ヘルプページのURL | https://browsernative.com/instagram-downloader/ |
| プライバシーポリシーページのURL | https://browsernative.com/extensions-privacy-policy |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Image and Video Downloader",
"description": "Save images and videos from Instagram.",
"version": "0.3.0",
"manifest_version": 2,
"homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/",
"icons": {
"16": "static\/icon-16.png",
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/content.js"
]
}
],
"background": {
"scripts": [
"js\/background.js"
],
"persistent": false
},
"permissions": [
"contextMenus",
"downloads"
],
"browser_action": {
"default_icon": "static\/icon-128.png",
"default_title": "Image and Video Downloader for Instagram"
}
} | |