Get Netflix Trailers
Netflix trailers, just got so much easier. Just click on the link added above the movie.
Apa itu Get Netflix Trailers?
Get Netflix Trailers adalah ekstensi Chrome yang dikembangkan oleh smithmot3, dan fitur utamanya adalah "Netflix trailers, just got so much easier. Just click on the link added above the movie.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Get Netflix Trailers
Unduh file ekstensi Get 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
The easiest and most convenient way to see Movie Trailers and IMDB ratings while browsing on Netflix. With this chrome extension it makes it so much easier, no copy paste or typing it out. You don't even have to leave the page. Just simply click the red 'play trailer' button added above the movie or tv-show you're interested in. The top half of the screen will display trailer, letting continue to browse while the trailer plays. -- Updates made to fix the extension due to Netflix updates. -- Updated rating API.
Informasi Dasar Ekstensi
Nama | Get Netflix Trailers |
ID | ccnidblbfndpbnceipcgihpfpolpkfkc |
URL Resmi | https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc |
Deskripsi | Netflix trailers, just got so much easier. Just click on the link added above the movie. |
Ukuran File | 39.16 KB |
Jumlah Instalasi | 255 |
Versi Saat Ini | 0.1.7 |
Terakhir Diperbarui | 2018-08-01 |
Tanggal Publikasi | 2018-07-31 |
Penilaian | 2.55/5 Total 11 Penilaian |
Pengembang | smithmot3 |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Get Netflix Trailers", "short_name": "GNT", "description": "Netflix trailers, just got so much easier. Just click on the link added above the movie.", "version": "0.1.7", "icons": { "128": "logo.png" }, "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "logo.png" }, "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/www.netflix.com\/*", "http:\/\/www.netflix.com\/*" ], "js": [ "jquery-3.1.1.min.js", "content.js" ] } ] } |