Lazada Discount
Lazada Discounts and Promotions
What is Lazada Discount?
Lazada Discount is a Chrome extension developed by Cloud DEV, and its main feature is "Lazada Discounts and Promotions".
Extension Screenshots
Download Lazada Discount Extension CRX File
Download Lazada Discount 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
Lazada Discounts and Promotions
Extension Basic Information
Name | |
ID | cnelggcggjkpnnlblbgioajpmdpgcceo |
Official URL | https://chrome.google.com/webstore/detail/lazada-discount/cnelggcggjkpnnlblbgioajpmdpgcceo |
Description | Lazada Discounts and Promotions |
File Size | 46.55 KB |
Installation Count | 162 |
Current Version | 0.001 |
Last Updated | 2018-11-20 |
Publish Date | 2018-11-20 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Cloud DEV |
Payment Type | free |
Supported Languages | th |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lazada Discount", "description": "Lazada Discounts and Promotions", "version": "0.001", "content_scripts": [ { "matches": [ "https:\/\/*.lazada.co.th\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "permissions": [ "activeTab" ], "icons": { "16": "lazada_16.png", "128": "lazada_128.png" } } |