Amazon Smile Always

Automatically use Smile.amazon so that Amazon will donate to your favorite charity at NO cost to you.

Τι είναι το Amazon Smile Always;

Το Amazon Smile Always είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cl3lliott11, και η κύρια λειτουργία του είναι "Automatically use Smile.amazon so that Amazon will donate to your favorite charity at NO cost to you.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Amazon Smile Always

Λήψη αρχείων επέκτασης Amazon Smile Always σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Automatically use Amazon Smile to Donate to your favorite charity at NO cost to you.
Amazon Always Smile automatically amazon.com to Amazon Smile (smile.amazon.com) for eligible products. This allows you to automatically donate to your favorite charity at no hassle to you!

FIREFOX User -> https://mzl.la/2n8X5aa

***I am Happy to say this extension supports International for UK (amazon.co.uk) and Germany (amazon.de). New countries will be added as smile becomes eligible.*** 

New to Smile?

After a one time set-up, every purchase you make through the Amazon Smile program, Amazon will donate 0.5% of the cost of eligible items to the charity you selected! Amazon covers the full cost, all you have to do is add a smile. Amazon Smile has raised almost 90 million dollars for charities but we can make this much greater. There are thousands of charities to choose from. AmazonSmile is owned and operated by Amazon. Click this link to find out more: https://smile.amazon.com/gp/chpf/about/

What does this extension do and does it use HTTPS?

Yes, it works by simply capturing any Amazon.com URL, adding a Smile, and sending the browser to AmazonSmile (https://smile.amazon.com) instead. HTTPS is used so the connection remains secure. As a matter of fact HTTP only requests are ignored.

Does it track me?

No, this extension does not track or capture any data. It simply changes the amazon url to use smile.amazon on eligible products. Check the permissions in the extension to see that only amazon urls are used.

Bugs or issues?  

Please leave a review detailing the issue and I will get back to you as soon as I can.

You already planned on buying something so why not donate at the same time for FREE. All you have to do is select your charity and you never have to worry about it again!

The extension was not created or endorsed by Amazon. Amazon and AmazonSmile are trademarks of Amazon.com, Inc.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Amazon Smile Always Amazon Smile Always
ID lnefbhhckalidjpncmmmaajmlakndfol
Επίσημο URL https://chromewebstore.google.com/detail/amazon-smile-always/lnefbhhckalidjpncmmmaajmlakndfol
Περιγραφή Automatically use Smile.amazon so that Amazon will donate to your favorite charity at NO cost to you.
Μέγεθος Αρχείου 10.94 KB
Αριθμός Εγκαταστάσεων 332
Τρέχουσα Έκδοση 1.0.5
Τελευταία Ενημέρωση 2018-09-27
Ημερομηνία Δημοσίευσης 2018-09-27
Αξιολόγηση 4.61/5 Συνολικά 23 Αξιολογήσεις
Προγραμματιστής cl3lliott11
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Automatically use Smile.amazon so that Amazon will donate to your favorite charity at NO cost to you.",
    "icons": {
        "128": "smileyExtensionIcon.png"
    },
    "manifest_version": 2,
    "name": "Amazon Smile Always",
    "short_name": "Always Smile",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/www.amazon.com\/*",
        "http:\/\/www.amazon.com\/*",
        "https:\/\/www.amazon.co.uk\/*",
        "http:\/\/www.amazon.co.uk\/*",
        "https:\/\/www.amazon.de\/*",
        "http:\/\/www.amazon.de\/*",
        "https:\/\/smile.amazon.com\/*",
        "http:\/\/smile.amazon.com\/*",
        "https:\/\/smile.amazon.co.uk\/*",
        "http:\/\/smile.amazon.co.uk\/*",
        "https:\/\/smile.amazon.de\/*",
        "http:\/\/smile.amazon.de\/*"
    ],
    "version": "1.0.5",
    "author": "Connor Elliott"
}