Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
Co to jest Image Copier For Instsgram?
Image Copier For Instsgram to rozszerzenie Chrome opracowane przez sougataghar47, a jego główną funkcją jest „Copies url of instagram image when clicked on an instagram image”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Image Copier For Instsgram
Pobierz pliki rozszerzeń Image Copier For Instsgram w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 !
Podstawowe informacje o rozszerzeniu
Nazwa | Image Copier For Instsgram |
ID | lejedjokmndehmcbfmpjbmimihobnfpo |
Oficjalny URL | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo |
Opis | Copies url of instagram image when clicked on an instagram image |
Rozmiar pliku | 5.35 KB |
Liczba instalacji | 291 |
Aktualna Wersja | 1 |
Ostatnia Aktualizacja | 2024-03-03 |
Data Publikacji | 2023-01-25 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | sougataghar47 |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } ] } |