Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
Image Copier For Instsgram क्या है?
Image Copier For Instsgram sougataghar47 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Copies url of instagram image when clicked on an instagram image"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Copier For Instsgram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 !
एक्सटेंशन की मूल जानकारी
नाम | Image Copier For Instsgram |
ID | lejedjokmndehmcbfmpjbmimihobnfpo |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo |
विवरण | Copies url of instagram image when clicked on an instagram image |
फ़ाइल का आकार | 5.35 KB |
स्थापना संख्या | 291 |
वर्तमान संस्करण | 1 |
अंतिम अपडेट | 2024-03-03 |
प्रकाशन तिथि | 2023-01-25 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | sougataghar47 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" ] } ] } |