Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
Wat is Image Copier For Instsgram?
Image Copier For Instsgram is een Chrome-extensie ontwikkeld door sougataghar47, en de belangrijkste functie is "Copies url of instagram image when clicked on an instagram image".
Extensie Screenshots
Download het CRX-bestand van de extensie Image Copier For Instsgram
Download Image Copier For Instsgram-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 !
Basisinformatie over de Extensie
Naam | Image Copier For Instsgram |
ID | lejedjokmndehmcbfmpjbmimihobnfpo |
Officiële URL | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo |
Beschrijving | Copies url of instagram image when clicked on an instagram image |
Bestandsgrootte | 5.35 KB |
Aantal Installaties | 291 |
Huidige Versie | 1 |
Laatst Bijgewerkt | 2024-03-03 |
Publicatiedatum | 2023-01-25 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | sougataghar47 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |