Image Copier For Instagram

Image Copier For Instagram

Copies url of instagram image when you click on an instagram image ! You can also copy the image directly or save the image on right click ! If you liked this addon , it would be really great if you could donate at paypal.me/sougataghar47

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Image Copier For Instsgram",
  "version": "1.5",
  "description": "Copies url of instagram image when clicked on an instagram image",
  "content_scripts": [
    {
      "matches": [
        "https://www.instagram.com/*"
      ],
      "js": [
        "copySrc.js"
      ]
    }
  ]
}