AliExpress Auto Zoom Images
Auto Zoom effect on images of products on aliexpress.com
AliExpress Auto Zoom Images क्या है?
AliExpress Auto Zoom Images Rovalty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Auto Zoom effect on images of products on aliexpress.com"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में AliExpress Auto Zoom Images एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Auto Zoom effect on images of products on aliexpress.com and aliexpress.ru This extension allows you to enlarge images on Aliexpress during the search. - Save time by moving the cursor over the photos during the product search. It works for all Aliexpress domains and makes the image appear in a nice size!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | apkcfnmgiblnamhnaejelpfojpdebkcd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/aliexpress-auto-zoom-imag/apkcfnmgiblnamhnaejelpfojpdebkcd |
विवरण | Auto Zoom effect on images of products on aliexpress.com |
फ़ाइल का आकार | 2.1 MB |
स्थापना संख्या | 34 |
वर्तमान संस्करण | 3.8.6 |
अंतिम अपडेट | 2021-11-04 |
प्रकाशन तिथि | 2020-05-20 |
रेटिंग | 4.37/5 कुल 19 रेटिंग्स |
डेवलपर | Rovalty |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.saxsos.xyz/ |
सहायता पृष्ठ URL | https://www.saxsos.xyz/p/contact-us.html |
गोपनीयता नीति पृष्ठ URL | https://www.saxsos.xyz/p/policy-privacy-policy.html |
समर्थित भाषाएँ | de,en,fr,es,ru |
manifest.json | |
{ "browser_action": { "default_title": "AliExpress Auto Zoom Images" }, "background": { "scripts": [ "js\/main.js" ] }, "content_scripts": [ { "js": [ "lib\/jquery-3.4.1.min.js", "js\/script.js" ], "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } ], "icons": { "16": "img\/16.png", "32": "img\/32.png", "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "manifest_version": 2, "name": "AliExpress Auto Zoom Images", "description": "Auto Zoom effect on images of products on aliexpress.com", "default_locale": "en", "permissions": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "3.8.6" } |