Save Instagram contents easy and quickly!
Just right mouse click to open an Instagram image or video in a new tab
什么是Save Instagram contents easy and quickly!?
Save Instagram contents easy and quickly!是由nameless.dot开发的Chrome扩展程序,该扩展的主要功能是“Just right mouse click to open an Instagram image or video in a new tab”。
扩展截图
下载Save Instagram contents easy and quickly!扩展crx文件
下载Save Instagram contents easy and quickly!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
                        Just right mouse click on the image or video and select "Open in a new tab", from there you can download the desired media (e.g. using "File > Save as..." or pressing Ctrl+S or Cmd+S for macOS users)                     扩展基本信息
| 名称 |   |  
| ID | abnifgjenbbcjajbglkhbojefeckmbci | 
| 官方URL | https://chromewebstore.google.com/detail/save-instagram-contents-e/abnifgjenbbcjajbglkhbojefeckmbci | 
| 简介 | Just right mouse click to open an Instagram image or video in a new tab | 
| 文件大小 | 29.64 KB | 
| 安装次数 | 46 | 
| 当前版本 | 1.1 | 
| 更新时间 | 2020-04-26 | 
| 上架时间 | 2020-04-26 | 
| 开发者 | nameless.dot | 
| 付费类型 | free | 
| 支持的语言 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Save Instagram contents easy and quickly!",
    "version": "1.1",
    "description": "Just right mouse click to open an Instagram image or video in a new tab",
    "manifest_version": 2,
    "permissions": [
        "contextMenus",
        "*:\/\/*.instagram.com\/*"
    ],
    "icons": {
        "16": "\/assets\/icons\/icon16.png",
        "48": "\/assets\/icons\/icon48.png",
        "128": "\/assets\/icons\/icon128.png"
    },
    "background": {
        "page": "src\/index.html",
        "persistent": true
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "match_about_blank": true,
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "src\/content\/index.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |