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”。

扩展截图

screenshot

下载InstaVideo Downloader扩展crx文件

下载InstaVideo Downloader扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Allows users to link-to Instagram video URLs                    

扩展基本信息

名称 InstaVideo Downloader InstaVideo Downloader
ID jcogbojdeiefbnaieecnpnbkljjphipe
官方URL 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"
    ]
}