AmazonSmile Auto Redirect

Automatically redirect to AmazonSmile from Amazon

AmazonSmile Auto Redirectคืออะไร?

AmazonSmile Auto Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Shraymonks และคุณลักษณะหลักของมันคือ "Automatically redirect to AmazonSmile from Amazon"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AmazonSmile Auto Redirect

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

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

                        Automatically redirect to AmazonSmile while shopping on Amazon.

Amazon donates 0.5% of the price of your eligible AmazonSmile purchases to the charitable organization of your choice.                    

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

ชื่อ AmazonSmile Auto Redirect AmazonSmile Auto Redirect
ID oiiflcngcepikbdemccijngnkjhdjlfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/amazonsmile-auto-redirect/oiiflcngcepikbdemccijngnkjhdjlfc
คำอธิบาย Automatically redirect to AmazonSmile from Amazon
ขนาดไฟล์ 7.03 KB
จำนวนการติดตั้ง 110
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2017-01-11
วันที่เผยแพร่ 2017-01-11
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Shraymonks
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Shraymonks",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "description": "Automatically redirect to AmazonSmile from Amazon",
    "icons": {
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "manifest_version": 2,
    "name": "AmazonSmile Auto Redirect",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.amazon.com\/*"
    ],
    "version": "1.0.0"
}