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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
}
} | |