Ins 存图师

Instagram图片、视频下载工具

Wat is Ins 存图师?

Ins 存图师 is een Chrome-extensie ontwikkeld door camwide88, en de belangrijkste functie is "Instagram图片、视频下载工具".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Ins 存图师

Download Ins 存图师-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Ins 存图师 Ins 存图师
ID dbgkgaojicemiljchfimkfgbjjiogipg
Officiële URL https://chromewebstore.google.com/detail/ins-%E5%AD%98%E5%9B%BE%E5%B8%88/dbgkgaojicemiljchfimkfgbjjiogipg
Beschrijving Instagram图片、视频下载工具
Bestandsgrootte 869 KB
Aantal Installaties 135
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-01-17
Publicatiedatum 2023-01-16
Ontwikkelaar camwide88
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://keepaapi.zhlhuang.cn/privacy-policy.html
Ondersteunde Talen 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"
    }
}