Ins 存图师

Instagram图片、视频下载工具

Ins 存图师란 무엇입니까?

Ins 存图师은(는) camwide88에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instagram图片、视频下载工具"입니다.

확장 프로그램 스크린샷

screenshot

Ins 存图师 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        在您浏览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"
    }
}