Image Copier For Instsgram

Copies url of instagram image when clicked on an instagram image

什麼是Image Copier For Instsgram?

Image Copier For Instsgram是由sougataghar47開發的Chrome擴展程式,該擴展的主要功能是“Copies url of instagram image when clicked on an instagram image”。

擴展截圖

screenshot
screenshot
screenshot

下載Image Copier For Instsgram擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}