Image Copier For Instsgram
Copies url of instagram image when clicked on an instagram image
Vad är Image Copier For Instsgram?
Image Copier For Instsgram är en Chrome-tillägg utvecklad av sougataghar47, och dess huvudfunktion är "Copies url of instagram image when clicked on an instagram image".
Tilläggsskärmbilder
Ladda ner Image Copier For Instsgram-förlängningens CRX-fil
Ladda ner Image Copier For Instsgram-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        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äggande Information om Tillägg
| Namn |  | 
| ID | lejedjokmndehmcbfmpjbmimihobnfpo | 
| Officiell webbadress | https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo | 
| Beskrivning | Copies url of instagram image when clicked on an instagram image | 
| Filstorlek | 5.35 KB | 
| Antal Installationer | 291 | 
| Aktuell Version | 1 | 
| Senast Uppdaterad | 2024-03-03 | 
| Publiceringsdatum | 2023-01-25 | 
| Betyg | 5.00/5 Totalt 1 Betyg | 
| Utvecklare | sougataghar47 | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
} | |