Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
What is Image Copier For Instsgram?
Image Copier For Instsgram is a Chrome extension developed by sougataghar47, and its main feature is "Copies url of instagram image when clicked on an instagram image".
Extension Screenshots
Download Image Copier For Instsgram Extension CRX File
Download Image Copier For Instsgram 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
Copies Image URL of an instagram image with Left Click so you can embed it in discord , etc . You can also save or copy the image to your clipboard with a right click which will enable the context menu which is disabled by default.Please donate if you like this addon https://www.paypal.com/paypalme/sougataghar47 !
Extension Basic Information
Name | Image Copier For Instsgram |
ID | lejedjokmndehmcbfmpjbmimihobnfpo |
Official URL | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo |
Description | Copies url of instagram image when clicked on an instagram image |
File Size | 5.35 KB |
Installation Count | 291 |
Current Version | 1 |
Last Updated | 2024-03-03 |
Publish Date | 2023-01-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | sougataghar47 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Image Copier For Instsgram", "version": "1", "images": { "128": "128.png" }, "description": "Copies url of instagram image when clicked on an instagram image", "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ "copySrc.js" ], "css": [ "styles.css" ] } ] } |