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
}
} | |