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 !
拡張機能の基本情報
名前 | 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 |
Eメール | [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" ] } ] } |