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