Netflix on IMDB
See if a title is available on Netflix while surfing imdb.
Netflix on IMDBとは何ですか?
Netflix on IMDBはwernersbacherによって開発されたChromeの拡張機能で、その主な機能は「See if a title is available on Netflix while surfing imdb.」です。
拡張機能のスクリーンショット
Netflix on IMDB拡張機能のCRXファイルをダウンロード
Netflix on IMDB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
You can now see if a title (movie or series) is available on Netflix. No need to open an external site - the online status is integrated on imdb.com. If some content is not in the database yet, users can vote to confirm an online status! *BETA* Please report all bugs and feedback! Thank you! I am not associated with Netflix or imdb, neither is the chrome extension.
拡張機能の基本情報
名前 | |
ID | gohbicjpaikdmoocdelnmkbkbdniencl |
公式URL | https://chrome.google.com/webstore/detail/netflix-on-imdb/gohbicjpaikdmoocdelnmkbkbdniencl |
説明 | See if a title is available on Netflix while surfing imdb. |
ファイルサイズ | 44.23 KB |
インストール数 | 174 |
現在のバージョン | 1.1.2 |
最終更新日 | 2015-06-10 |
公開日 | 2015-06-10 |
評価 | 4.00/5 合計 4 レビュー |
開発者 | wernersbacher |
支払い方法 | free |
拡張機能のウェブサイト | http://netflix.wernersbacher.de/ |
ヘルプページのURL | http://netflix.wernersbacher.de/#work |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix on IMDB", "version": "1.1.2", "description": "See if a title is available on Netflix while surfing imdb.", "author": "wernersbacher", "homepage_url": "https:\/\/m.wernersbacher.de\/", "content_scripts": [ { "matches": [ "http:\/\/*.imdb.com\/title\/tt*\/*" ], "js": [ "jquery.js", "inject.js" ], "css": [ "inject.css" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "tabs", " |