Netflix trailers
Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Apa itu Netflix trailers?
Netflix trailers adalah ekstensi Chrome yang dikembangkan oleh Urucas, dan fitur utamanya adalah "Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Netflix trailers
Unduh file ekstensi Netflix trailers dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Netflix trailers |
ID | cghmojgimpekpgegljolidgacdhmikmi |
URL Resmi | https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi |
Deskripsi | Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer. |
Ukuran File | 342 KB |
Jumlah Instalasi | 287 |
Versi Saat Ini | 0.0.2 |
Terakhir Diperbarui | 2014-09-15 |
Tanggal Publikasi | 2014-09-15 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | Urucas |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Urucas/netflix-trailers |
URL Halaman Bantuan | https://github.com/Urucas/netflix-trailers |
Bahasa yang Didukung | 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" ] } ] } |