AliExpress: Search similar products
The extension for AliExpress finds similar products at a better price.
What is AliExpress: Search similar products?
AliExpress: Search similar products is a Chrome extension developed by Mikhail, and its main feature is "The extension for AliExpress finds similar products at a better price.".
Extension Screenshots
Download AliExpress: Search similar products Extension CRX File
Download AliExpress: Search similar products extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The extension adds the "Find similar products" button to the pages of the AliExpress store. With the help of which you can find similar offers from other sellers at a better price.
Extension Basic Information
Name | |
ID | joghfdanngcpobcbmdapcemgbjphihag |
Official URL | https://chrome.google.com/webstore/detail/aliexpress-search-similar/joghfdanngcpobcbmdapcemgbjphihag |
Description | The extension for AliExpress finds similar products at a better price. |
File Size | 61.68 KB |
Installation Count | 10,278 |
Current Version | 1.4.7 |
Last Updated | 2020-10-28 |
Publish Date | 2019-06-28 |
Rating | 4.06/5 Total 63 Ratings |
Developer | Mikhail |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_name__", "version": "1.4.7", "description": "__MSG_description__", "icons": { "128": "img\/128.png", "64": "img\/64.png" }, "default_locale": "en", "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "web_accessible_resources": [ "img\/*.png" ], "browser_action": { "default_title": " ", "default_icon": "img\/128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ], "run_at": "document_idle", "css": [ "css\/content.css" ], "js": [ "js\/jquery-1.12.1.min.js", "js\/content.js" ] } ], "permissions": [ "tabs", "storage", "unlimitedStorage", "cookies", "*:\/\/*.aliexpress.com\/*", "*:\/\/*.aliexpress.ru\/*" ] } |