Charitable
Do good by doing what you already do. Visit Amazon normally in the UK or US, and some money will go to charity.
Charitable là gì?
Charitable là một tiện ích mở rộng Chrome được phát triển bởi Plutonic Falafel, và tính năng chính của nó là "Do good by doing what you already do. Visit Amazon normally in the UK or US, and some money will go to charity.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Charitable
Tải xuống các tệp mở rộng Charitable 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
A lot of people are unaware that Amazon allows charities to generate an affiliate link, which means the charity can earn a minimum of 5% for any order made after visiting their special referral link (in the UK). Those who are, like me, often tend to forget to actually visit the links regardless. For US visitors, it will redirect to smile when it is able to. I decided to make this add-on to take the hassle out of it. When you visit Amazon the normal way, e.g. by Google search or typing 'amazon.co.uk' or 'amazon.com' into your address bar, this add-on will notice and automatically redirect you to a random selection of the following charities' affiliate links: In tumultuous times, where people are shopping more & more online, I think this is a nice way to try to have a positive impact. I have some updates I shall make if people start to use this more--like checking how much will go to charity as you shop, and intercepting all requests to Amazon so even if you visit via a search result you will be routed via a charity's affiliate link in the background first. A friend of mine uses this for all of the business' purchases and estimated that $20,000 or so was donated in ONE YEAR! - RNLI - Macmillan - OCD-UK - Allergy UK - Beanstalk - Saint Francis Hospice - Hospice Aid UK - Weldmar Hospicecare - Families Need Fathers - Epilepsy Society - Epilepsy Action - Bumblebee Conservation Trust It'll also give you a native Chrome notification to let you know which one! If you like the idea of this add-on, please share it with friends or whoever you can think of. It could generate a lot of money for a lot of great charities. Much love **This addon is in no way affiliated with Amazon, its websites, and all trademark and copyright belongs to Amazon. Many thanks to Amazon for offering this**
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | nblbmldigidmbimcmcamifcpmmmholbe |
URL Chính Thức | https://chrome.google.com/webstore/detail/charitable/nblbmldigidmbimcmcamifcpmmmholbe |
Mô tả | Do good by doing what you already do. Visit Amazon normally in the UK or US, and some money will go to charity. |
Kích Thước Tệp | 337 KB |
Số Lần Cài Đặt | 16 |
Phiên Bản Hiện Tại | 0.0.2 |
Cập Nhật Lần Cuối | 2020-03-25 |
Ngày Phát Hành | 2020-03-25 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Plutonic Falafel |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Charitable", "version": "0.0.2", "manifest_version": 2, "description": "Do good by doing what you already do. Visit Amazon normally in the UK or US, and some money will go to charity.", "homepage_url": "https:\/\/gdgr.co.uk\/charitable", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "options_ui": { "page": "src\/options\/index.html", "chrome_style": true }, "permissions": [ "webRequest", "webRequestBlocking", "notifications", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/amazon.co.uk\/*", "https:\/\/amazon.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |