Amazon Smile Switcher

This extension automatically redirects requests to smile.amazon.com to ensure your donations work.

Amazon Smile Switcherคืออะไร?

Amazon Smile Switcher เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tin Bee และคุณลักษณะหลักของมันคือ "This extension automatically redirects requests to smile.amazon.com to ensure your donations work."

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

screenshot

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

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

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

                        This extensions automatically redirects to smile.amazon.com from www.amazon.com. Pretty handy if you forget to start from smile.amazon.com to make sure your purchases help a good cause.                    

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

ชื่อ Amazon Smile Switcher Amazon Smile Switcher
ID oefejaiblkhebbdibhmohgohbdgheofh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazon-smile-switcher/oefejaiblkhebbdibhmohgohbdgheofh
คำอธิบาย This extension automatically redirects requests to smile.amazon.com to ensure your donations work.
ขนาดไฟล์ 3.27 KB
จำนวนการติดตั้ง 15
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2014-04-15
วันที่เผยแพร่ 2014-04-15
ผู้พัฒนา Tin Bee
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazon Smile Switcher",
    "description": "This extension automatically redirects requests to smile.amazon.com to ensure your donations work.",
    "version": "1.0",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}