Image Copier For Instsgram

Copies url of instagram image when clicked on an instagram image

Image Copier For Instsgram là gì?

Image Copier For Instsgram là một tiện ích mở rộng Chrome được phát triển bởi sougataghar47, và tính năng chính của nó là "Copies url of instagram image when clicked on an instagram image".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Image Copier For Instsgram

Tải xuống các tệp mở rộng Image Copier For Instsgram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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 !                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Image Copier For Instsgram Image Copier For Instsgram
ID lejedjokmndehmcbfmpjbmimihobnfpo
URL Chính Thức https://chromewebstore.google.com/detail/image-copier-for-instsgra/lejedjokmndehmcbfmpjbmimihobnfpo
Mô tả Copies url of instagram image when clicked on an instagram image
Kích Thước Tệp 5.35 KB
Số Lần Cài Đặt 291
Phiên Bản Hiện Tại 1
Cập Nhật Lần Cuối 2024-03-03
Ngày Phát Hành 2023-01-25
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển sougataghar47
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}