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" } |