Netflix trailers
Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.
Netflix trailersとは何ですか?
Netflix trailersはUrucasによって開発されたChromeの拡張機能で、その主な機能は「Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer.」です。
拡張機能のスクリーンショット
Netflix trailers拡張機能のCRXファイルをダウンロード
Netflix trailers拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | cghmojgimpekpgegljolidgacdhmikmi |
| 公式URL | https://chromewebstore.google.com/detail/netflix-trailers/cghmojgimpekpgegljolidgacdhmikmi |
| 説明 | Preview the movie(series) of Netflix using this Chrome extension to watch the youtube trailer. |
| ファイルサイズ | 342 KB |
| インストール数 | 287 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2014-09-15 |
| 公開日 | 2014-09-15 |
| 評価 | 2.33/5 合計 3 レビュー |
| 開発者 | Urucas |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/Urucas/netflix-trailers |
| ヘルプページのURL | https://github.com/Urucas/netflix-trailers |
| 対応言語 | 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"
]
}
]
} | |