Image Copier For Instsgram

Copies url of instagram image when clicked on an instagram image

Что такое Image Copier For Instsgram?

Image Copier For Instsgram - это расширение Chrome, разработанное sougataghar47, и его основная функция - "Copies url of instagram image when clicked on an instagram image".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Image Copier For Instsgram

Скачайте файлы расширений Image Copier For Instsgram в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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 !                    

Основная информация о расширении

Название Image Copier For Instsgram Image Copier For Instsgram
ID lejedjokmndehmcbfmpjbmimihobnfpo
Официальный URL https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo
Описание Copies url of instagram image when clicked on an instagram image
Размер файла 5.35 KB
Количество установок 291
Текущая Версия 1
Последнее Обновление 2024-03-03
Дата публикации 2023-01-25
Рейтинг 5.00/5 Всего 1 оценок
Разработчик sougataghar47
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
            ]
        }
    ]
}