Netflix trailers
Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Co to jest Netflix trailers?
Netflix trailers to rozszerzenie Chrome opracowane przez Urucas, a jego główną funkcją jest „Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Netflix trailers
Pobierz pliki rozszerzeń Netflix trailers w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Netflix trailers |
ID | cghmojgimpekpgegljolidgacdhmikmi |
Oficjalny URL | https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi |
Opis | Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer. |
Rozmiar pliku | 342 KB |
Liczba instalacji | 287 |
Aktualna Wersja | 0.0.2 |
Ostatnia Aktualizacja | 2014-09-15 |
Data Publikacji | 2014-09-15 |
Ocena | 2.33/5 Łącznie 3 Oceny |
Deweloper | Urucas |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/Urucas/netflix-trailers |
Adres URL Strony Pomocy | https://github.com/Urucas/netflix-trailers |
Obsługiwane Języki | 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" ] } ] } |