Amazon Smile Redirect

Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…

Amazon Smile Redirectとは何ですか?

Amazon Smile RedirectはSean Shengによって開発されたChromeの拡張機能で、その主な機能は「Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…」です。

Amazon Smile Redirect拡張機能のCRXファイルをダウンロード

Amazon Smile Redirect拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite charitable organization every time you shop!                    

拡張機能の基本情報

名前 Amazon Smile Redirect Amazon Smile Redirect
ID hmmobbaahpofombfpcmbpkfiopilacbi
公式URL https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi
説明 Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
ファイルサイズ 7.29 KB
インストール数 29
現在のバージョン 1.0
最終更新日 2017-01-09
公開日 2017-01-09
評価 5.00/5 合計 1 レビュー
開発者 Sean Sheng
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Smile Redirect",
    "version": "1.0",
    "minimum_chrome_version": "23",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/"
    ]
}