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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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]" } } |