Trailers for Netflix
Link to movie and TV show trailers on Netflix.
Trailers for Netflixとは何ですか?
Trailers for NetflixはMichael Schadeによって開発されたChromeの拡張機能で、その主な機能は「Link to movie and TV show trailers on Netflix.」です。
拡張機能のスクリーンショット
Trailers for Netflix拡張機能のCRXファイルをダウンロード
Trailers for Netflix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Trailers for Netflix |
ID | ajabmkbhelefbgbjphcgffoikoiajaib |
公式URL | https://chromewebstore.google.com/detail/trailers-for-netflix/ajabmkbhelefbgbjphcgffoikoiajaib |
説明 | Link to movie and TV show trailers on Netflix. |
ファイルサイズ | 437 KB |
インストール数 | 373 |
現在のバージョン | 1.1 |
最終更新日 | 2014-08-17 |
公開日 | 2014-08-16 |
評価 | 2.50/5 合計 8 レビュー |
開発者 | Michael Schade |
支払い方法 | free |
拡張機能のウェブサイト | http://mschade.me/ |
ヘルプページのURL | https://github.com/michaelschade/netflix-trailers |
対応言語 | 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" ] } |