Carolla Digital Amazon Redirect

Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.

Carolla Digital Amazon Redirectคืออะไร?

Carolla Digital Amazon Redirect เป็นส่วนขยายของ Chrome ที่พัฒนาโดย contactcollin และคุณลักษณะหลักของมันคือ "Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carolla Digital Amazon Redirect

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

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

                        Tired of having to remember to click through the Amzon banner at adamcarolla.com?  

Install this extension and all you will have to do is type in amazon.com, and it is just like you clicked through the banner!

Better yet, use the Options page to choose which Carolla Digital podcast you want to support.  

Let's keep the wind in the sails of the pirate ship!                    

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

ชื่อ Carolla Digital Amazon Redirect Carolla Digital Amazon Redirect
ID ohmnnlaohkflbfmpbnnennjdgbgpnjnc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/carolla-digital-amazon-re/ohmnnlaohkflbfmpbnnennjdgbgpnjnc
คำอธิบาย Just go to amazon.com instead of clicking through the banner! Use the Options link to support another Carolla Digital podcast.
ขนาดไฟล์ 15.4 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2013-09-01
วันที่เผยแพร่ 2013-08-31
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา contactcollin
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Carolla Digital Amazon Redirect",
    "version": "1.1.2",
    "description": "Just go to amazon.com instead of clicking through the banner!  Use the Options link to support another Carolla Digital podcast.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options.html",
    "page_action": {
        "default_icon": "icon19.png",
        "default_title": "CDAR"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.amazon.com\/"
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 2
}