Aliexpress Cheaper Finder
Aliexpress Cheaper Finder
Qu'est-ce que Aliexpress Cheaper Finder ?
Aliexpress Cheaper Finder est une extension Chrome développée par Rovalty, et sa fonction principale est "Aliexpress Cheaper Finder".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Aliexpress Cheaper Finder
Téléchargez les fichiers d'extension Aliexpress Cheaper Finder au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Aliexpress Cheaper Finder is a small but mighty Chrome extension that helps you check if a product is available in other AliExpress stores at cheap price. Just click on the orange button and you will instantly know if it’s cheaper elsewhere. You can also click on "Find more like this" and continue the search from results. Happy shopping! :) Privacy policy: https://www.saxsos.xyz/p/policy-privacy-policy.html
Informations de Base sur l'Extension
Nom | |
ID | edjjnpocoicnopphifekmmplpkmnagnk |
URL Officiel | https://chrome.google.com/webstore/detail/aliexpress-cheaper-finder/edjjnpocoicnopphifekmmplpkmnagnk |
Description | Aliexpress Cheaper Finder |
Taille du Fichier | 705 KB |
Nombre d'Installations | 36 |
Version Actuelle | 3.1.5 |
Dernière Mise à Jour | 2020-04-29 |
Date de Publication | 2020-04-27 |
Évaluation | 1.00/5 Total 1 Évaluations |
Développeur | Rovalty |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.saxsos.xyz/ |
URL de la Page d'Aide | https://www.saxsos.xyz/p/contact-us.html |
URL de la Page de Politique de Confidentialité | https://www.saxsos.xyz/p/policy-privacy-policy.html |
Langues Prises en Charge | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Aliexpress Cheaper Finder", "description": "__MSG_extDescr__", "version": "3.1.5", "manifest_version": 2, "background": { "scripts": [ "js\/ga.js", "js\/libs\/jquery-2.2.4.min.js", "js\/listeners.js", "js\/redirect.js", "js\/history.js", "js\/request.js", "js\/parser.js", "js\/bg.js" ] }, "default_locale": "en", "web_accessible_resources": [ "img\/*" ], "content_scripts": [ { "all_frames": false, "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/libs\/jquery-2.2.4.min.js", "js\/parser.js", "js\/content.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Aliexpress Cheaper Finder" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com; object-src 'self'", "permissions": [ "tabs", "storage", "cookies", "history", "webRequest", "webRequestBlocking" ] } |