AliExpress Auto Zoom Images
Auto Zoom effect on images of products on aliexpress.com
Wat is AliExpress Auto Zoom Images?
AliExpress Auto Zoom Images is een Chrome-extensie ontwikkeld door Rovalty, en de belangrijkste functie is "Auto Zoom effect on images of products on aliexpress.com".
Extensie Screenshots
Download het CRX-bestand van de extensie AliExpress Auto Zoom Images
Download AliExpress Auto Zoom Images-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | apkcfnmgiblnamhnaejelpfojpdebkcd |
Officiële URL | https://chrome.google.com/webstore/detail/aliexpress-auto-zoom-imag/apkcfnmgiblnamhnaejelpfojpdebkcd |
Beschrijving | Auto Zoom effect on images of products on aliexpress.com |
Bestandsgrootte | 2.1 MB |
Aantal Installaties | 34 |
Huidige Versie | 3.8.6 |
Laatst Bijgewerkt | 2021-11-04 |
Publicatiedatum | 2020-05-20 |
Beoordeling | 4.37/5 Totaal 19 Beoordelingen |
Ontwikkelaar | Rovalty |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.saxsos.xyz/ |
Help Pagina-URL | https://www.saxsos.xyz/p/contact-us.html |
URL van de Privacybeleid Pagina | https://www.saxsos.xyz/p/policy-privacy-policy.html |
Ondersteunde Talen | 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" } |