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 |
公式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 |
Eメール | [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]" } } |