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”。
扩展截图
下载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 ! 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |