Netflix Auto Continue

Whenever Netflix pauses your favorite TV-episode this extension will auto continue playing it.

Netflix Auto Continueคืออะไร?

Netflix Auto Continue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย appdev และคุณลักษณะหลักของมันคือ "Whenever Netflix pauses your favorite TV-episode this extension will auto continue playing it."

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

screenshot

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

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

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

                                            

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

ชื่อ Netflix Auto Continue Netflix Auto Continue
ID cnpllgjkdichljlfmdiepjhengegkaah
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/netflix-auto-continue/cnpllgjkdichljlfmdiepjhengegkaah
คำอธิบาย Whenever Netflix pauses your favorite TV-episode this extension will auto continue playing it.
ขนาดไฟล์ 9.62 KB
จำนวนการติดตั้ง 119
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2015-06-27
วันที่เผยแพร่ 2015-06-27
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา appdev
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/thematlin/NetflixAutoContinue
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Netflix Auto Continue",
    "version": "0.1",
    "description": "Whenever Netflix pauses your favorite TV-episode this extension will auto continue playing it.",
    "permissions": [
        "tabs",
        "webNavigation",
        "http:\/\/netflix.com\/",
        "https:\/\/netflix.com\/*",
        "http:\/\/www.netflix.com\/"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}