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"
} | |