AmazonSmile Auto Redirect
Automatically redirect to AmazonSmile from Amazon
什么是AmazonSmile Auto Redirect?
AmazonSmile Auto Redirect是由Shraymonks开发的Chrome扩展程序,该扩展的主要功能是“Automatically redirect to AmazonSmile from Amazon”。
扩展截图
下载AmazonSmile Auto Redirect扩展crx文件
下载AmazonSmile Auto Redirect扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Automatically redirect to AmazonSmile while shopping on Amazon.
Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice. 扩展基本信息
| 名称 | |
| ID | oiiflcngcepikbdemccijngnkjhdjlfc |
| 官方URL | https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc |
| 简介 | Automatically redirect to AmazonSmile from Amazon |
| 文件大小 | 7.03 KB |
| 安装次数 | 110 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-01-11 |
| 上架时间 | 2017-01-11 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | Shraymonks |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Shraymonks",
"background": {
"scripts": [
"background.js"
],
"persistent": true
},
"description": "Automatically redirect to AmazonSmile from Amazon",
"icons": {
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 2,
"name": "AmazonSmile Auto Redirect",
"permissions": [
"webRequest",
"webRequestBlocking",
"*:\/\/www.amazon.com\/*"
],
"version": "1.0.0"
} | |