AliExpress Hot Sales Button
Quick button to AliExpress.com hot sales page.
What is AliExpress Hot Sales Button?
AliExpress Hot Sales Button is a Chrome extension developed by Rafael, and its main feature is "Quick button to AliExpress.com hot sales page.".
Extension Screenshots
Download AliExpress Hot Sales Button Extension CRX File
Download AliExpress Hot Sales Button 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
Quick button to AliExpress.com hot sales page. AliExpress is a popular online store for buying products at much cheaper prices from China.
Extension Basic Information
Name | AliExpress Hot Sales Button |
ID | ekhljfpgmjdmclpfakninfjimgbhabmi |
Official URL | https://chromewebstore.google.com/detail/aliexpress-hot-sales-butt/ekhljfpgmjdmclpfakninfjimgbhabmi |
Description | Quick button to AliExpress.com hot sales page. |
File Size | 12.81 KB |
Installation Count | 33 |
Current Version | 1.0.0.1 |
Last Updated | 2022-07-11 |
Publish Date | 2019-06-05 |
Developer | Rafael |
[email protected] | |
Payment Type | free |
Supported Languages | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "images\/ali-16.png", "default_title": "__MSG_title__" }, "default_locale": "en", "description": "__MSG_description__", "icons": { "128": "images\/ali-128.png", "16": "images\/ali-16.png", "48": "images\/ali-48.png" }, "manifest_version": 2, "minimum_chrome_version": "1.0", "name": "__MSG_name__", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "1.0.0.1" } |