Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
Qu'est-ce que Image Copier For Instsgram ?
Image Copier For Instsgram est une extension Chrome développée par sougataghar47, et sa fonction principale est "Copies url of instagram image when clicked on an instagram image".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Image Copier For Instsgram
Téléchargez les fichiers d'extension Image Copier For Instsgram au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 !
Informations de Base sur l'Extension
Nom | Image Copier For Instsgram |
ID | lejedjokmndehmcbfmpjbmimihobnfpo |
URL Officiel | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo |
Description | Copies url of instagram image when clicked on an instagram image |
Taille du Fichier | 5.35 KB |
Nombre d'Installations | 291 |
Version Actuelle | 1 |
Dernière Mise à Jour | 2024-03-03 |
Date de Publication | 2023-01-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | sougataghar47 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |