Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
Hvad er Image Copier For Instsgram?
Image Copier For Instsgram er en Chrome-udvidelse udviklet af sougataghar47, og dens hovedfunktion er "Copies url of instagram image when clicked on an instagram image".
Udvidelsesskærmbilleder
Download Image Copier For Instsgram-udvidelses-CRX-fil
Download Image Copier For Instsgram-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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 ! Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | lejedjokmndehmcbfmpjbmimihobnfpo |
| Officiel URL | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo |
| Beskrivelse | Copies url of instagram image when clicked on an instagram image |
| Filstørrelse | 5.35 KB |
| Antal Installationer | 291 |
| Nuværende Version | 1 |
| Senest Opdateret | 2024-03-03 |
| Udgivelsesdato | 2023-01-25 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | sougataghar47 |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |