Ins 存图师
Instagram图片、视频下载工具
What is Ins 存图师?
Ins 存图师 is a Chrome extension developed by camwide88, and its main feature is "Instagram图片、视频下载工具".
Extension Screenshots
Download Ins 存图师 Extension CRX File
Download Ins 存图师 extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
在您浏览Instagram网站时,只需要点击一下按钮,就可以将以下内容下载到电脑上: * 照片 * 视频 * 高清 IGTV * Stories * Reels
Extension Basic Information
Name | Ins 存图师 |
ID | dbgkgaojicemiljchfimkfgbjjiogipg |
Official URL | https://chromewebstore.google.com/detail/ins-%E5%AD%98%E5%9B%BE%E5%B8%88/dbgkgaojicemiljchfimkfgbjjiogipg |
Description | Instagram图片、视频下载工具 |
File Size | 869 KB |
Installation Count | 135 |
Current Version | 1.0.0 |
Last Updated | 2023-01-17 |
Publish Date | 2023-01-16 |
Developer | camwide88 |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://keepaapi.zhlhuang.cn/privacy-policy.html |
Supported Languages | 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" } } |