NetflixCaffeine
Prevents your computer from going to sleep while watching a movie or series on Netflix.
NetflixCaffeineคืออะไร?
NetflixCaffeine เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Nauer และคุณลักษณะหลักของมันคือ "Prevents your computer from going to sleep while watching a movie or series on Netflix."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NetflixCaffeine
ดาวน์โหลดไฟล์ส่วนขยาย NetflixCaffeine ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
                        NetflixCaffeine is a small fix which prevents your computer from going to sleep or turning off/dimming the screen while watching a movie or series on Netflix. 
This is particularly meant for fixing the problem where Netflix continues to the next episode in a series and shortly after your computer goes to sleep.                     ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ |  | 
| ID | jhcfpiipelaeoggobkjkifgehcnapjlh | 
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/netflixcaffeine/jhcfpiipelaeoggobkjkifgehcnapjlh | 
| คำอธิบาย | Prevents your computer from going to sleep while watching a movie or series on Netflix. | 
| ขนาดไฟล์ | 10.7 KB | 
| จำนวนการติดตั้ง | 274 | 
| เวอร์ชันปัจจุบัน | 1.1.0 | 
| อัปเดตครั้งล่าสุด | 2015-01-19 | 
| วันที่เผยแพร่ | 2015-01-19 | 
| คะแนน | 3.31/5 รวมทั้งหมด 13 คะแนน | 
| ผู้พัฒนา | Nauer | 
| ประเภทการชำระเงิน | free | 
| ภาษาที่รองรับ | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NetflixCaffeine",
    "description": "Prevents your computer from going to sleep while watching a movie or series on Netflix.",
    "version": "1.1.0",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "permissions": [
        "tabs",
        "power"
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    }
} | |