InstaVideo Downloader

Allows for capturing video URLs from Instagram video players

InstaVideo Downloaderคืออะไร?

InstaVideo Downloader เป็นส่วนขยายของ Chrome ที่พัฒนาโดย daleyjem และคุณลักษณะหลักของมันคือ "Allows for capturing video URLs from Instagram video players"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย InstaVideo Downloader

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}