Amazon Smile Auto Redirect
Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well
Τι είναι το Amazon Smile Auto Redirect;
Το Amazon Smile Auto Redirect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Developer, και η κύρια λειτουργία του είναι "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Amazon Smile Auto Redirect
Λήψη αρχείων επέκτασης Amazon Smile Auto Redirect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
• Install this extension to automatically donate to charity. • Amazon donates 0.5% of the price of your eligible purchases to the charitable organization of your choice when you shop at smile.amazon.com. • AmazonSmile is the same Amazon you know with the added benefit of supporting charitable organizations. • Support charitable organizations by starting your shopping at smile.amazon.com Read more: https://smile.amazon.com/gp/chpf/about
Βασικές Πληροφορίες Επέκτασης
Όνομα | Amazon Smile Auto Redirect |
ID | mcklmkgdecdjnknfohnagekofdckmooh |
Επίσημο URL | https://chromewebstore.google.com/detail/amazon-smile-auto-redirec/mcklmkgdecdjnknfohnagekofdckmooh |
Περιγραφή | Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well |
Μέγεθος Αρχείου | 17.06 KB |
Αριθμός Εγκαταστάσεων | 23 |
Τρέχουσα Έκδοση | 0.1 |
Τελευταία Ενημέρωση | 2017-12-26 |
Ημερομηνία Δημοσίευσης | 2017-12-26 |
Προγραμματιστής | Developer |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "background": { "scripts": [ "smile.js" ] }, "icons": { "128": "128.png", "48": "48.png", "16": "16.png" }, "manifest_version": 2, "name": "Amazon Smile Auto Redirect", "short_name": "Amazon Smile", "description": "Redirects amazon.com to smile.amazon.com. Supports amazon.de and amazon.co.uk as well", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/www.amazon.com\/*", "https:\/\/www.amazon.com\/*", "http:\/\/www.amazon.de\/*", "https:\/\/www.amazon.de\/*", "http:\/\/www.amazon.co.uk\/*", "https:\/\/www.amazon.co.uk\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.1" } |