Smilematic

Automatically redirects Amazon to Amazon Smile ensuring your favorite charity always gets a free donation when you shop Amazon.com

Smilematic là gì?

Smilematic là một tiện ích mở rộng Chrome được phát triển bởi https://couponfollow.com, và tính năng chính của nó là "Automatically redirects Amazon to Amazon Smile ensuring your favorite charity always gets a free donation when you shop Amazon.com".

Ả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 Smilematic

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

                        Smilematic for Chrome automatically redirects links that would normally go to Amazon  to AmazonSmile. This ensures that your favorite charity is able to maximize their donations, without any hassle to you!

Currently it supports automatically redirecting to smile.amazon.com, smile.amazon.co.uk, and smile.amazon.de.

How does it work? Does it support HTTPS?

Yes, it works by simply capturing any current Amazon url requests and sends the browser to the relevant page on the Amazon Smile website. Support for the secure HTTPS protocol is included - meaning all redirects will send the browser to a HTTPS Secure connection.

Does it track me?

No, this app does not track, store, or send any personal user or usage information.  Smilematic limits itself only to what it needs access to.

Bugs or issues?  

Please email [email protected] to report any issue or suggest a feature.

Get started today.  Using this free tool Amazon shoppers always donate to their favorite charity for free without any hassle!                    

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

Tên Smilematic Smilematic
ID cojnpobjpbdeceeambolpnbenmjfkfng
URL Chính Thức https://chromewebstore.google.com/detail/smilematic/cojnpobjpbdeceeambolpnbenmjfkfng
Mô tả Automatically redirects Amazon to Amazon Smile ensuring your favorite charity always gets a free donation when you shop Amazon.com
Kích Thước Tệp 216 KB
Số Lần Cài Đặt 2,303
Phiên Bản Hiện Tại 1.0.2.9
Cập Nhật Lần Cuối 2023-03-16
Ngày Phát Hành 2019-05-15
Đánh Giá 4.99/5 Tổng số 75 Đánh Giá
Nhà Phát Triển https://couponfollow.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://couponfollow.com/smilematic
URL Trang Trợ Giúp https://couponfollow.com/smilematic/faq
URL Trang Chính Sách Bảo Mật https://couponfollow.com/checkout/privacy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Smilematic",
    "description": "Automatically redirects Amazon to Amazon Smile ensuring your favorite charity always gets a free donation when you shop Amazon.com",
    "version": "1.0.2.9",
    "manifest_version": 3,
    "icons": {
        "32": "images\/smilematicLogo32.png",
        "38": "images\/smilematicLogo38.png",
        "64": "images\/smilematicLogo64.png",
        "128": "images\/smilematicLogo128.png",
        "256": "images\/smilematicLogo256.png"
    },
    "action": {
        "default_title": "Smilematic",
        "default_popup": "html\/popup\/popup.html",
        "default_icon": {
            "32": "images\/smilematicLogo32.png",
            "38": "images\/smilematicLogo38.png",
            "64": "images\/smilematicLogo64.png",
            "128": "images\/smilematicLogo128.png",
            "256": "images\/smilematicLogo256.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/smile.amazon.com\/gp\/buy\/thankyou\/*",
                "*:\/\/smile.amazon.co.uk\/gp\/buy\/thankyou\/*",
                "*:\/\/smile.amazon.de\/gp\/buy\/thankyou\/*"
            ],
            "js": [
                "initLeaveFeedbackBanner.js"
            ],
            "run_at": "document_end",
            "css": [
                "initLeaveFeedbackBanner.css"
            ]
        },
        {
            "matches": [
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.co.uk\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.de\/*"
            ],
            "js": [
                "initSelectedCharity.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/www.amazon.com\/*",
        "*:\/\/www.amazon.de\/*",
        "*:\/\/www.amazon.co.uk\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/content\/leaveFeedbackBanner.html",
                "images\/smilematicLogo32.png",
                "images\/smilematicLogo38.png",
                "images\/smilematicInactive32.png",
                "images\/smilematicInactive38.png",
                "images\/smilematicInactive64.png",
                "images\/smilematicInactive128.png",
                "images\/smilematicInactive256.png",
                "fonts\/LatoLatinRegular.woff2",
                "fonts\/LatoLatinSemibold.woff2"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ]
}