Smile More, Donate More :)

Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.

Smile More, Donate More :) là gì?

Smile More, Donate More :) là một tiện ích mở rộng Chrome được phát triển bởi Joanne Yeung, và tính năng chính của nó là "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.".

Ả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 Smile More, Donate More :)

Tải xuống các tệp mở rộng Smile More, Donate More :) 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

                        Smile More, Donate More :) captures any Amazon.com URL requests browsed to by the user and sends the browser to AmazonSmile (https://smile.amazon.com) instead. AmazonSmile is Amazon's charity program for non-profit organizations. For every purchase through AmazonSmile, Amazon donates 0.5% of the price of eligible items to the user's charity organization of choice. Amazon Smile is owned and operated by Amazon. Learn more about the Amazon Smile Foundation and program at: https://smile.amazon.com/gp/chpf/about/ref=smi_se_rspo_laas_aas

Support for HTTPS included - all redirects will send the browser to a HTTP Secure connection with AmazonSmile.

Privacy respected: This app does not track, store, or send any user or usage information.

This Chrome extension is not affiliated with, maintained, authorized, endorsed or sponsored by Amazon.com.

This app was created by Joanne Yeung. The GitHub repository and source code can be found here: https://github.com/jttyeung/smile-more-donate-more                    

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

Tên Smile More, Donate More :) Smile More, Donate More :)
ID lbicnnogjkpfkhokabdopjibhlcejhop
URL Chính Thức https://chromewebstore.google.com/detail/smile-more-donate-more/lbicnnogjkpfkhokabdopjibhlcejhop
Mô tả Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 29
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2017-10-15
Ngày Phát Hành 2017-10-15
Đánh Giá 5.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Joanne Yeung
Loại Thanh Toán free
Trang Web Mở Rộng https://smilemoredonatemore.com
URL Trang Trợ Giúp https://smilemoredonatemore.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Smile More, Donate More :)",
    "short_name": "Smile More",
    "description": "Redirects Amazon.com requests to smile.amazon.com. Amazon donates to your favorite charity every time you shop through AmazonSmile.",
    "version": "1.4",
    "browser_action": {
        "default_icon": "icons\/smilemore16.png",
        "default_popup": "info.html"
    },
    "icons": {
        "16": "icons\/smilemore16.png",
        "48": "icons\/smilemore48.png",
        "128": "icons\/smilemore128.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "redirector.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/amazon.com\/*",
        "*:\/\/amazon.de\/*",
        "webRequestBlocking"
    ],
    "author": "Joanne Yeung"
}