Amazon SMILE!
Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!
What is Amazon SMILE!?
Amazon SMILE! is a Chrome extension developed by max.schopfer, and its main feature is "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!".
Extension Screenshots
Download Amazon SMILE! Extension CRX File
Download Amazon SMILE! 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
Redirects you to smile.amazon[.com|.de|.co.uk]. For now on, Amazon always donates 0.5% of your order value to charities of your choice. Important: To prevent the redirect issue, please log in to https://smile.amazon.com Icons made by https://www.flaticon.com/authors/icomoon Is licensed by http://creativecommons.org/licenses/by/3.0/
Extension Basic Information
Name | Amazon SMILE! |
ID | fkpgijfghdipchoficpinkglkgdfligm |
Official URL | https://chromewebstore.google.com/detail/amazon-smile/fkpgijfghdipchoficpinkglkgdfligm |
Description | Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon! |
File Size | 5.64 KB |
Installation Count | 15 |
Current Version | 1.3.2 |
Last Updated | 2019-03-08 |
Publish Date | 2019-03-08 |
Rating | 5.00/5 Total 2 Ratings |
Developer | max.schopfer |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon SMILE!", "version": "1.3.2", "author": "Max Schopfer", "description": "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!", "icons": { "128": "wink.png" }, "browser_action": { "default_icon": "wink.png" }, "content_scripts": [ { "exclude_matches": [ "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.co.uk\/*" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "run_at": "document_start", "js": [ "smile.js" ] } ] } |