Alizon
This extension reveals AliExpress offers on similar Amazon items when shopping!
What is Alizon?
Alizon is a Chrome extension developed by Winson Luk, and its main feature is "This extension reveals AliExpress offers on similar Amazon items when shopping!".
Download Alizon Extension CRX File
Download Alizon 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
Extension Basic Information
Name | Alizon |
ID | kjhmlmogadnalkokafehhgdndhcalfhk |
Official URL | https://chromewebstore.google.com/detail/alizon/kjhmlmogadnalkokafehhgdndhcalfhk |
Description | This extension reveals AliExpress offers on similar Amazon items when shopping! |
File Size | 86.09 KB |
Installation Count | 17 |
Current Version | 1.1 |
Last Updated | 2017-03-30 |
Publish Date | 2017-03-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Winson Luk |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Alizon", "description": "This extension reveals AliExpress offers on similar Amazon items when shopping!", "version": "1.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": { "19": "active19.png", "38": "active38.png" }, "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "background": { "scripts": [ "background.js", "jquery-1.11.1.min.js" ] }, "web_accessible_resources": [ "style.css", "modal.html", "modal-script.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery-1.11.1.min.js", "content.js" ], "run_at": "document_start" } ] } |