Amazon Smile Switcher
This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
什么是Amazon Smile Switcher?
Amazon Smile Switcher是由Tin Bee开发的Chrome扩展程序,该扩展的主要功能是“This extension automatically redirects requests to smile.amazon.com to ensure your donations work.”。
扩展截图
下载Amazon Smile Switcher扩展crx文件
下载Amazon Smile Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extensions automatically redirects to smile.amazon.com from www.amazon.com. Pretty handy if you forget to start from smile.amazon.com to make sure your purchases help a good cause.
扩展基本信息
名称 | Amazon Smile Switcher |
ID | oefejaiblkhebbdibhmohgohbdgheofh |
官方URL | https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh |
简介 | This extension automatically redirects requests to smile.amazon.com to ensure your donations work. |
文件大小 | 3.27 KB |
安装次数 | 15 |
当前版本 | 1.0 |
更新时间 | 2014-04-15 |
上架时间 | 2014-04-15 |
开发者 | Tin Bee |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon Smile Switcher", "description": "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.", "version": "1.0", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/www.amazon.com\/*" ], "background": { "scripts": [ "background.js" ] } } |