ASOS Discount Tags
Shows how much you'd save for each item in ASOS!
What is ASOS Discount Tags?
ASOS Discount Tags is a Chrome extension developed by John Rengwu, and its main feature is "Shows how much you'd save for each item in ASOS!".
Extension Screenshots
Download ASOS Discount Tags Extension CRX File
Download ASOS Discount Tags 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
Tags that show discounts of each item that's on sale on ASOS.com. It's color-coded too!
Extension Basic Information
Name | |
ID | ncciljcjappcmmimhgnndopppbccmnik |
Official URL | https://chromewebstore.google.com/detail/asos-discount-tags/ncciljcjappcmmimhgnndopppbccmnik |
Description | Shows how much you'd save for each item in ASOS! |
File Size | 16.61 KB |
Installation Count | 89 |
Current Version | 0.1.3 |
Last Updated | 2019-02-10 |
Publish Date | 2019-02-09 |
Rating | 1.00/5 Total 1 Ratings |
Developer | John Rengwu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ASOS Discount Tags", "version": "0.1.3", "manifest_version": 2, "description": "Shows how much you'd save for each item in ASOS!", "homepage_url": "http:\/\/www.asos.com", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "content_scripts": [ { "matches": [ "https:\/\/www.asos.com\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "https:\/\/www.asos.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |