Always Smile

Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity

Always Smile là gì?

Always Smile là một tiện ích mở rộng Chrome được phát triển bởi doogin, và tính năng chính của nó là "Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity".

Ả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 Always Smile

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

                        Amazon will donate .5% of every purchase made through smile.amazon.com to charity. This extension will route every request for amazon.com through smile.amazon.com to ensure that you're always donating.

This extension also works for links to amazon products from other sites.

FROM AMAZON:
AmazonSmile is a simple and automatic way for you to support your favorite charitable organization every time you shop, at no cost to you. When you shop at smile.amazon.com, you’ll find the exact same low prices, vast selection and convenient shopping experience as Amazon.com, with the added bonus that Amazon will donate a portion of the purchase price to your favorite charitable organization. You can choose from nearly one million organizations to support.                    

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

Tên Always Smile Always Smile
ID digfckmfadghmkoofbdpmapakcgejpie
URL Chính Thức https://chromewebstore.google.com/detail/always-smile/digfckmfadghmkoofbdpmapakcgejpie
Mô tả Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity
Kích Thước Tệp 9.64 KB
Số Lần Cài Đặt 54
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2014-03-16
Ngày Phát Hành 2014-03-15
Nhà Phát Triển doogin
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",
    "name": "Always Smile",
    "short_name": "Always Smile",
    "description": "Redirects amazon.com requests through smile.amazon.com so that Amazon will always donate to your favorite charity",
    "version": "1.0",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "*:\/\/amazon.com\/*",
        "*:\/\/www.amazon.com\/*",
        "webRequestBlocking"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}