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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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.
معلومات أساسية عن التمديد
الاسم | NetflixCaffeine |
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 } } |