Instagram Image Right Click
A tool for open image from Instagram.
What is Instagram Image Right Click?
Instagram Image Right Click is a Chrome extension developed by lumosnysm, and its main feature is "A tool for open image from Instagram.".
Extension Screenshots
Download Instagram Image Right Click Extension CRX File
Download Instagram Image Right Click 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
Now you can right click to open image in new tab when using instagram. Enjoy!
Extension Basic Information
Name | |
ID | jppbdmlnkmhkgpnfikbpodadcoohdiam |
Official URL | https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam |
Description | A tool for open image from Instagram. |
File Size | 159 KB |
Installation Count | 183 |
Current Version | 1.0 |
Last Updated | 2020-02-09 |
Publish Date | 2020-02-09 |
Rating | 1.50/5 Total 2 Ratings |
Developer | lumosnysm |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Image Right Click", "version": "1.0", "description": "A tool for open image from Instagram.", "permissions": [ "storage", "declarativeContent", "contextMenus", "https:\/\/www.instagram.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png" }, "manifest_version": 2 } |