InstaVideo Downloader
Allows for capturing video URLs from Instagram video players
什麼是InstaVideo Downloader?
InstaVideo Downloader是由daleyjem開發的Chrome擴展程式,該擴展的主要功能是“Allows for capturing video URLs from Instagram video players”。
擴展截圖
下載InstaVideo Downloader擴展crx文件
下載InstaVideo Downloader擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Allows users to link-to Instagram video URLs 擴展基本資訊
| 名稱 | |
| ID | jcogbojdeiefbnaieecnpnbkljjphipe |
| 官方網址 | https://chromewebstore.google.com/detail/instavideo-downloader/jcogbojdeiefbnaieecnpnbkljjphipe |
| 簡介 | Allows for capturing video URLs from Instagram video players |
| 檔案大小 | 39.64 KB |
| 安裝次數 | 13,674 |
| 目前版本 | 0.0.1 |
| 更新時間 | 2019-02-12 |
| 上架時間 | 2019-02-11 |
| 評分 | 1.50/5 共 10 次評分 |
| 開發者 | daleyjem |
| 付費類型 | free |
| 支援的語言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "InstaVideo Downloader",
"version": "0.0.1",
"manifest_version": 2,
"description": "Allows for capturing video URLs from Instagram video players",
"icons": {
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.instagram.com\/*"
],
"js": [
"js\/index.js"
],
"css": [
"css\/index.css"
]
}
],
"web_accessible_resources": [
"images\/*.png"
]
} | |