Amazon SMILE!
Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!
什么是Amazon SMILE!?
Amazon SMILE!是由max.schopfer开发的Chrome扩展程序,该扩展的主要功能是“Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!”。
扩展截图
下载Amazon SMILE!扩展crx文件
下载Amazon SMILE!扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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/ 扩展基本信息
| 名称 | |
| ID | fkpgijfghdipchoficpinkglkgdfligm |
| 官方URL | https://chromewebstore.google.com/detail/amazon-smile/fkpgijfghdipchoficpinkglkgdfligm |
| 简介 | Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon! |
| 文件大小 | 5.64 KB |
| 安装次数 | 15 |
| 当前版本 | 1.3.2 |
| 更新时间 | 2019-03-08 |
| 上架时间 | 2019-03-08 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | max.schopfer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | 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"
]
}
]
} | |