Ins 存图师

Instagram图片、视频下载工具

Ins 存图师คืออะไร?

Ins 存图师 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย camwide88 และคุณลักษณะหลักของมันคือ "Instagram图片、视频下载工具"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ins 存图师

ดาวน์โหลดไฟล์ส่วนขยาย Ins 存图师 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        在您浏览Instagram网站时,只需要点击一下按钮,就可以将以下内容下载到电脑上:
* 照片
* 视频 
* 高清 IGTV 
* Stories 
* Reels                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Ins 存图师 Ins 存图师
ID dbgkgaojicemiljchfimkfgbjjiogipg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ins-%E5%AD%98%E5%9B%BE%E5%B8%88/dbgkgaojicemiljchfimkfgbjjiogipg
คำอธิบาย Instagram图片、视频下载工具
ขนาดไฟล์ 869 KB
จำนวนการติดตั้ง 135
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2023-01-17
วันที่เผยแพร่ 2023-01-16
ผู้พัฒนา camwide88
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://keepaapi.zhlhuang.cn/privacy-policy.html
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ins \u5b58\u56fe\u5e08",
    "short_name": "Ins\u5b58\u56fe",
    "version": "1.0.0",
    "description": "Instagram\u56fe\u7247\u3001\u89c6\u9891\u4e0b\u8f7d\u5de5\u5177",
    "browser_action": {
        "default_icon": {
            "19": "assets\/images\/logo.png",
            "38": "assets\/images\/logo.png"
        }
    },
    "icons": {
        "16": "assets\/images\/logo.png",
        "48": "assets\/images\/logo.png",
        "128": "assets\/images\/logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*",
                "*:\/\/*.cdninstagram.com\/*"
            ],
            "css": [
                "assets\/css\/index.css"
            ],
            "js": [
                "assets\/js\/jquery.js",
                "assets\/js\/qrcode.js",
                "index.js"
            ],
            "run_at": "document_end",
            "exclude_globs": [],
            "include_globs": [
                "*"
            ]
        }
    ],
    "permissions": [
        "downloads",
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.cdninstagram.com\/*",
        "*:\/\/*.fbcdn.net\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_title": "Ins \u5b58\u56fe\u5e08",
        "default_popup": "popup\/popup.html"
    }
}