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是由gawbly開發的Chrome擴展程式,該擴展的主要功能是“Zeon Helper (aka Zeon Chrome Kit) is a complimentary extension to help Zeon Downloader users, by allowing dragging images on sites…”。
擴展截圖
下載Zeon Helper擴展crx文件
下載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 |
官方網址 | 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]" } } |