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 là gì?

Amazon Smile Redirect là một tiện ích mở rộng Chrome được phát triển bởi Sean Sheng, và tính năng chính của nó là "Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…".

Tải xuống tệp CRX của tiện ích mở rộng Amazon Smile Redirect

Tải xuống các tệp mở rộng Amazon Smile Redirect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Amazon Smile Redirect Amazon Smile Redirect
ID hmmobbaahpofombfpcmbpkfiopilacbi
URL Chính Thức https://chromewebstore.google.com/detail/amazon-smile-redirect/hmmobbaahpofombfpcmbpkfiopilacbi
Mô tả Automatically redirect to the Amazon Smile when opening an amazon.com page. So you won't miss the chance to support your favorite…
Kích Thước Tệp 7.29 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2017-01-09
Ngày Phát Hành 2017-01-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Sean Sheng
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}