Image Copier For Instsgram

Copies url of instagram image when clicked on an instagram image

Apa itu Image Copier For Instsgram?

Image Copier For Instsgram adalah ekstensi Chrome yang dikembangkan oleh sougataghar47, dan fitur utamanya adalah "Copies url of instagram image when clicked on an instagram image".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Image Copier For Instsgram

Unduh file ekstensi Image Copier For Instsgram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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 !                    

Informasi Dasar Ekstensi

Nama Image Copier For Instsgram Image Copier For Instsgram
ID lejedjokmndehmcbfmpjbmimihobnfpo
URL Resmi https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo
Deskripsi Copies url of instagram image when clicked on an instagram image
Ukuran File 5.35 KB
Jumlah Instalasi 291
Versi Saat Ini 1
Terakhir Diperbarui 2024-03-03
Tanggal Publikasi 2023-01-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang sougataghar47
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}