Amazon SMILE!
Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!
Amazon SMILE!とは何ですか?
Amazon SMILE!はmax.schopferによって開発されたChromeの拡張機能で、その主な機能は「Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!」です。
拡張機能のスクリーンショット
Amazon SMILE!拡張機能のCRXファイルをダウンロード
Amazon SMILE!拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Redirects you to smile.amazon[.com|.de|.co.uk]. For now on, Amazon always donates 0.5% of your order value to charities of your choice. Important: To prevent the redirect issue, please log in to https://smile.amazon.com Icons made by https://www.flaticon.com/authors/icomoon Is licensed by http://creativecommons.org/licenses/by/3.0/
拡張機能の基本情報
名前 | Amazon SMILE! |
ID | fkpgijfghdipchoficpinkglkgdfligm |
公式URL | https://chromewebstore.google.com/detail/amazon-smile/fkpgijfghdipchoficpinkglkgdfligm |
説明 | Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon! |
ファイルサイズ | 5.64 KB |
インストール数 | 15 |
現在のバージョン | 1.3.2 |
最終更新日 | 2019-03-08 |
公開日 | 2019-03-08 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | max.schopfer |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Amazon SMILE!", "version": "1.3.2", "author": "Max Schopfer", "description": "Works with amazon.[de|com|co.uk]. Redirects you to smile.amazon!", "icons": { "128": "wink.png" }, "browser_action": { "default_icon": "wink.png" }, "content_scripts": [ { "exclude_matches": [ "*:\/\/smile.amazon.com\/*", "*:\/\/smile.amazon.de\/*", "*:\/\/smile.amazon.co.uk\/*" ], "matches": [ "*:\/\/www.amazon.com\/*", "*:\/\/www.amazon.de\/*", "*:\/\/www.amazon.co.uk\/*" ], "run_at": "document_start", "js": [ "smile.js" ] } ] } |