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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" ] } ] } |