Get Netflix Trailers
Netflix trailers, just got so much easier. Just click on the link added above the movie.
Co je Get Netflix Trailers?
Get Netflix Trailers je rozšíření Chrome vyvinuté smithmot3, a jeho hlavní funkcí je „Netflix trailers, just got so much easier. Just click on the link added above the movie.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Get Netflix Trailers
Stáhněte si soubory rozšíření Get Netflix Trailers ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Get Netflix Trailers |
ID | ccnidblbfndpbnceipcgihpfpolpkfkc |
Oficiální URL | https://chromewebstore.google.com/detail/get-netflix-trailers/ccnidblbfndpbnceipcgihpfpolpkfkc |
Popis | Netflix trailers, just got so much easier. Just click on the link added above the movie. |
Velikost souboru | 39.16 KB |
Počet instalací | 255 |
Aktuální Verze | 0.1.7 |
Poslední Aktualizace | 2018-08-01 |
Datum Vydání | 2018-07-31 |
Hodnocení | 2.55/5 Celkem 11 Hodnocení |
Vývojář | smithmot3 |
Typ Platby | free |
Podporované Jazyky | 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" ] } ] } |