AmazonSmile Auto Redirect

Automatically redirect to AmazonSmile from Amazon

AmazonSmile Auto Redirect là gì?

AmazonSmile Auto Redirect là một tiện ích mở rộng Chrome được phát triển bởi Shraymonks, và tính năng chính của nó là "Automatically redirect to AmazonSmile from Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

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

Tải xuống các tệp mở rộng AmazonSmile Auto 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 AmazonSmile while shopping on Amazon.

Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice.                    

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

Tên AmazonSmile Auto Redirect AmazonSmile Auto Redirect
ID oiiflcngcepikbdemccijngnkjhdjlfc
URL Chính Thức https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc
Mô tả Automatically redirect to AmazonSmile from Amazon
Kích Thước Tệp 7.03 KB
Số Lần Cài Đặt 110
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2017-01-11
Ngày Phát Hành 2017-01-11
Đánh Giá 3.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Shraymonks
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}