Always Smile
Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity
什么是Always Smile?
Always Smile是由doogin开发的Chrome扩展程序,该扩展的主要功能是“Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity”。
扩展截图
下载Always Smile扩展crx文件
下载Always Smile扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Amazon will donate .5% of every purchase made through smile.amazon.com to charity. This extension will route every request for amazon.com through smile.amazon.com to ensure that you're always donating. This extension also works for links to amazon products from other sites. FROM AMAZON: AmazonSmile is a simple and automatic way for you to support your favorite charitable organization every time you shop, at no cost to you. When you shop at smile.amazon.com, you’ll find the exact same low prices, vast selection and convenient shopping experience as Amazon.com, with the added bonus that Amazon will donate a portion of the purchase price to your favorite charitable organization. You can choose from nearly one million organizations to support.
扩展基本信息
名称 | Always Smile |
ID | digfckmfadghmkoofbdpmapakcgejpie |
官方URL | https://chromewebstore.google.com/detail/always-smile/digfckmfadghmkoofbdpmapakcgejpie |
简介 | Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity |
文件大小 | 9.64 KB |
安装次数 | 54 |
当前版本 | 1.0 |
更新时间 | 2014-03-16 |
上架时间 | 2014-03-15 |
开发者 | doogin |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Always Smile", "short_name": "Always Smile", "description": "Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity", "version": "1.0", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "*:\/\/amazon.com\/*", "*:\/\/www.amazon.com\/*", "webRequestBlocking" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |