Trailers for Netflix
Link to movie and TV show trailers on Netflix.
Qu'est-ce que Trailers for Netflix ?
Trailers for Netflix est une extension Chrome développée par Michael Schade, et sa fonction principale est "Link to movie and TV show trailers on Netflix.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Trailers for Netflix
Téléchargez les fichiers d'extension Trailers for Netflix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Netflix is a great way to find movies, but it's always been a pain to know which show you'll like. Instead of opening a new tab and scouring the Internet for a trailer, or wasting time watching a show you might not like, this extension makes trailers just a click away. You'll see a link in the movie information popover and when viewing a specific movie's page.
Informations de Base sur l'Extension
Nom | Trailers for Netflix |
ID | ajabmkbhelefbgbjphcgffoikoiajaib |
URL Officiel | https://chromewebstore.google.com/detail/trailers-for-netflix/ajabmkbhelefbgbjphcgffoikoiajaib |
Description | Link to movie and TV show trailers on Netflix. |
Taille du Fichier | 437 KB |
Nombre d'Installations | 373 |
Version Actuelle | 1.1 |
Dernière Mise à Jour | 2014-08-17 |
Date de Publication | 2014-08-16 |
Évaluation | 2.50/5 Total 8 Évaluations |
Développeur | Michael Schade |
Type de Paiement | free |
Site Web de l'Extension | http://mschade.me/ |
URL de la Page d'Aide | https://github.com/michaelschade/netflix-trailers |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Trailers for Netflix", "version": "1.1", "manifest_version": 2, "description": "Link to movie and TV show trailers on Netflix.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/www.netflix.com\/WiHome*", "*:\/\/www.netflix.com\/WiMovie\/*" ], "js": [ "src\/jquery.min.js", "src\/trailers.user.js" ] } ], "web_accessible_resources": [ "src\/jquery.min.map" ] } |