Smile Always

DEFUNCT - Previously redirected any www.amazon.com page to smile.amazon.com

Smile Alwaysคืออะไร?

Smile Always เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dan and Josh และคุณลักษณะหลักของมันคือ "DEFUNCT - Previously redirected any www.amazon.com page to smile.amazon.com"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smile Always

ดาวน์โหลดไฟล์ส่วนขยาย Smile Always ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        ==============================
The Amazon Smile program is being sunsetted by Amazon as of 2/20/2023. A final update to the SmileAlways extension is being published to prevent users of the extension from getting stuck in a redirect loop.
==============================

SmileAlways makes giving to charity easy by automatically redirecting all Amazon.com pages to smile.amazon.com.

***Now also includes international support for Amazon.de and Amazon.co.uk.***

==============================
Extension Summary:

This extension makes giving to charity easy by automatically redirecting all Amazon.com pages to smile.amazon.com.

Through Amazon's AmazonSmile initiative, 0.5% of your purchases on eligible items will automatically be donated to the charity of your choice.

SmileAlways does not collect any information about your identity or browsing or purchasing activity; we just want to help you give to charity every time you shop at Amazon, without having to remember to start at smile.amazon.com.

SmileAlways was developed by two MIT students, Josh Haimson and Dan Elitzer. Josh and Dan wrote and published the initial version of this extension on November 10th, 2013, dedicating it to the memory of Aaron Swartz. We hope in our lifetimes to contribute to the world a fraction of the impact Aaron achieved during the far too short time he was among us.

While we encourage everyone who shops at Amazon to use this extension, we hope you will also find other ways to contribute to charitable causes you care about by directly donating your dollars, skills, and time. If you are unsure which charity you want to give to, please check out the organizations recommended by GiveWell, a charity research and evaluation group with whom Aaron volunteered his time.

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

The repository for this extension can be accessed at http://github.com/Jdhaimson/smilealways

Image credit to Daniel Ayuso Pérez.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smile Always Smile Always
ID jgpmhnmjbhgkhpbgelalfpplebgfjmbf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smile-always/jgpmhnmjbhgkhpbgelalfpplebgfjmbf
คำอธิบาย DEFUNCT - Previously redirected any www.amazon.com page to smile.amazon.com
ขนาดไฟล์ 27.38 KB
จำนวนการติดตั้ง 77,376
เวอร์ชันปัจจุบัน 0.95
อัปเดตครั้งล่าสุด 2023-02-15
วันที่เผยแพร่ 2017-11-27
คะแนน 4.56/5 รวมทั้งหมด 391 คะแนน
ผู้พัฒนา Dan and Josh
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.smilealways.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "request.js"
        ]
    },
    "description": "DEFUNCT - Previously redirected any www.amazon.com page to smile.amazon.com",
    "icons": {
        "16": "SA-16x16.png",
        "48": "SA-48x48.png",
        "128": "SA-128x128.png"
    },
    "manifest_version": 2,
    "name": "Smile Always",
    "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\/*"
    ],
    "version": "0.95",
    "homepage_url": "http:\/\/www.smilealways.io",
    "author": "Josh Haimson and Dan Elitzer"
}