Zeon Helper
Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…
Zeon Helperคืออะไร?
Zeon Helper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gawbly และคุณลักษณะหลักของมันคือ "Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Zeon Helper
ดาวน์โหลดไฟล์ส่วนขยาย Zeon Helper ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites that disable image drag, and allowing right clicking to show context menu on sites that disable that feature as well.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Zeon Helper |
ID | jpbddhkhomgefpmoniihflbanpopapfm |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/zeon-helper/jpbddhkhomgefpmoniihflbanpopapfm |
คำอธิบาย | Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites… |
ขนาดไฟล์ | 42.54 KB |
จำนวนการติดตั้ง | 986 |
เวอร์ชันปัจจุบัน | 1.44 |
อัปเดตครั้งล่าสุด | 2022-11-16 |
วันที่เผยแพร่ | 2020-06-04 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | gawbly |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Zeon Helper", "version": "1.44", "manifest_version": 3, "content_scripts": [ { "matches": [ "http:\/\/*.photoshelter.com\/*", "https:\/\/*.photoshelter.com\/*", "http:\/\/*.cnsphoto.com\/*\/news_photos\/*", "https:\/\/*.cnsphoto.com\/*\/news_photos\/*", "http:\/\/*.tuchong.com\/*", "https:\/\/*.tuchong.com\/*", "http:\/\/*.sopaimages.com\/*", "https:\/\/*.sopaimages.com\/*", "http:\/\/*.bfa.com\/*", "https:\/\/*.bfa.com\/*", "http:\/\/*.picturedesk.com\/*", "https:\/\/*.picturedesk.com\/*", "https:\/\/*.amanaimages.com\/*", "https:\/\/*.backpagepix.com\/*", "https:\/\/*.crownmediapress.com\/*", "https:\/\/*.imagn.com\/*", "https:\/\/*.iconiclicensing.net\/*" ], "js": [ "jquery.js", "content.js" ], "css": [ "style.css" ], "run_at": "document_start" } ], "icons": { "20": "[email protected]", "24": "[email protected]", "48": "[email protected]", "32": "[email protected]", "128": "[email protected]" } } |