Instagram Image Right Click
A tool for open image from Instagram.
Instagram Image Right Clickคืออะไร?
Instagram Image Right Click เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lumosnysm และคุณลักษณะหลักของมันคือ "A tool for open image from Instagram."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Instagram Image Right Click
ดาวน์โหลดไฟล์ส่วนขยาย Instagram Image Right Click ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Now you can right click to open image in new tab when using instagram. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jppbdmlnkmhkgpnfikbpodadcoohdiam |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/instagram-image-right-cli/jppbdmlnkmhkgpnfikbpodadcoohdiam |
คำอธิบาย | A tool for open image from Instagram. |
ขนาดไฟล์ | 159 KB |
จำนวนการติดตั้ง | 183 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2020-02-09 |
วันที่เผยแพร่ | 2020-02-09 |
คะแนน | 1.50/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | lumosnysm |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Image Right Click", "version": "1.0", "description": "A tool for open image from Instagram.", "permissions": [ "storage", "declarativeContent", "contextMenus", "https:\/\/www.instagram.com\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.instagram.com\/*" ] } ], "icons": { "16": "logo16.png", "32": "logo32.png", "64": "logo64.png" }, "manifest_version": 2 } |