Netflix trailers
Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Что такое Netflix trailers?
Netflix trailers - это расширение Chrome, разработанное Urucas, и его основная функция - "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".
Снимки экрана расширения
Скачать файл CRX расширения Netflix trailers
Скачайте файлы расширений Netflix trailers в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Watch your netflix movies or series trailers right in the Netflix webiste. With this extension, when the movie info pops up, know you'll see a "View Trailer" button, click it to directly watch a youtube trailer.
Основная информация о расширении
Название | Netflix trailers |
ID | cghmojgimpekpgegljolidgacdhmikmi |
Официальный URL | https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi |
Описание | Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer. |
Размер файла | 342 KB |
Количество установок | 287 |
Текущая Версия | 0.0.2 |
Последнее Обновление | 2014-09-15 |
Дата публикации | 2014-09-15 |
Рейтинг | 2.33/5 Всего 3 оценок |
Разработчик | Urucas |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/Urucas/netflix-trailers |
URL страницы помощи | https://github.com/Urucas/netflix-trailers |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix trailers", "version": "0.0.2", "manifest_version": 2, "description": "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.", "homepage_url": "https:\/\/github.com\/Urucas\/netflix-trailers", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "permissions": [ "tabs", "*:\/\/*.netflix.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.netflix.com\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |