Ins 存图师
Instagram图片、视频下载工具
Ins 存图师とは何ですか?
Ins 存图师はcamwide88によって開発されたChromeの拡張機能で、その主な機能は「Instagram图片、视频下载工具」です。
拡張機能のスクリーンショット
Ins 存图师拡張機能のCRXファイルをダウンロード
Ins 存图师拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
在您浏览Instagram网站时,只需要点击一下按钮,就可以将以下内容下载到电脑上:
* 照片
* 视频
* 高清 IGTV
* Stories
* Reels 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |