InstaVideo Downloader

Allows for capturing video URLs from Instagram video players

InstaVideo Downloader là gì?

InstaVideo Downloader là một tiện ích mở rộng Chrome được phát triển bởi daleyjem, và tính năng chính của nó là "Allows for capturing video URLs from Instagram video players".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng InstaVideo Downloader

Tải xuống các tệp mở rộng InstaVideo Downloader dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Allows users to link-to Instagram video URLs                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên InstaVideo Downloader InstaVideo Downloader
ID jcogbojdeiefbnaieecnpnbkljjphipe
URL Chính Thức https://chromewebstore.google.com/detail/instavideo-downloader/jcogbojdeiefbnaieecnpnbkljjphipe
Mô tả Allows for capturing video URLs from Instagram video players
Kích Thước Tệp 39.64 KB
Số Lần Cài Đặt 13,674
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2019-02-12
Ngày Phát Hành 2019-02-11
Đánh Giá 1.50/5 Tổng số 10 Đánh Giá
Nhà Phát Triển daleyjem
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}