Netflix Resume
Adds netflix.com/resume and redirects netflix.com/browse
Что такое Netflix Resume?
Netflix Resume - это расширение Chrome, разработанное Thomas Soria, и его основная функция - "Adds netflix.com/resume and redirects netflix.com/browse".
Снимки экрана расширения
Скачать файл CRX расширения Netflix Resume
Скачайте файлы расширений Netflix Resume в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension allows you to automatically resume playback of your latest show by going to: https://www.netflix.com/resume This will also redirect Netflix's home page to the title card of your latest show. Not only will this load faster than the default page, but it also guarantees that your "continue watching" selection is on top. Note: After adding this extension, you must start watching at least one show before these changes can take effect. The source-code for this extension can be found here: https://github.com/soriat/NetflixResume
Основная информация о расширении
Название | Netflix Resume |
ID | hbpellkaahhklhiiapfchhnhiboeojma |
Официальный URL | https://chromewebstore.google.com/detail/netflix-resume/hbpellkaahhklhiiapfchhnhiboeojma |
Описание | Adds netflix.com/resume and redirects netflix.com/browse |
Размер файла | 129 KB |
Количество установок | 306 |
Текущая Версия | 1.5 |
Последнее Обновление | 2017-02-13 |
Дата публикации | 2017-02-12 |
Разработчик | Thomas Soria |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.5", "manifest_version": 2, "name": "Netflix Resume", "short_name": "Netflix Resume", "author": "Thomas Soria", "description": "Adds netflix.com\/resume and redirects netflix.com\/browse", "icons": { "128": "icon.png" }, "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "https:\/\/www.netflix.com\/*" ] } |