Amazon Smile Auto Redirect
Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
什么是Amazon Smile Auto Redirect?
Amazon Smile Auto Redirect是由Developer开发的Chrome扩展程序,该扩展的主要功能是“Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well”。
扩展截图
下载Amazon Smile Auto Redirect扩展crx文件
下载Amazon Smile Auto Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
• Install this extension to automatically donate to charity. • Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com. • AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations. • Support charitable organizations by starting your shopping at smile.amazon.com Read more: https://smile.amazon.com/gp/chpf/about
扩展基本信息
名称 | Amazon Smile Auto Redirect |
ID | mcklmkgdecdjnknfohnagekofdckmooh |
官方URL | https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh |
简介 | Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well |
文件大小 | 17.06 KB |
安装次数 | 23 |
当前版本 | 0.1 |
更新时间 | 2017-12-26 |
上架时间 | 2017-12-26 |
开发者 | Developer |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "background": { "scripts": [ "smile.js" ] }, "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "manifest_version": 2, "name": "Amazon Smile Auto Redirect", "short_name": "Amazon Smile", "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.de\/*", "https:\/\/www.amazon.de\/*", "http:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |