Lucky Flix
Adds a Get Lucky button to Netflix.com, which plays a random film
Lucky Flixとは何ですか?
Lucky FlixはTom Pierceによって開発されたChromeの拡張機能で、その主な機能は「Adds a Get Lucky button to Netflix.com, which plays a random film」です。
拡張機能のスクリーンショット
Lucky Flix拡張機能のCRXファイルをダウンロード
Lucky Flix拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Eliminate the endless discussions about which film to watch!
This extension adds a button to your Netflix which will play a random film from the selection listed on your home page.
Remember to rate the films after you've watched them, as this will improve your chances of getting a great random pick next time! 拡張機能の基本情報
| 名前 | |
| ID | ohkaikelnphbioolgljkkeikpdhhijga |
| 公式URL | https://chromewebstore.google.com/detail/lucky-flix/ohkaikelnphbioolgljkkeikpdhhijga |
| 説明 | Adds a Get Lucky button to Netflix.com, which plays a random film |
| ファイルサイズ | 56.16 KB |
| インストール数 | 47 |
| 現在のバージョン | 0.0.2 |
| 最終更新日 | 2015-01-27 |
| 公開日 | 2015-01-27 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Tom Pierce |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/tompierce/lucky-flix |
| ヘルプページのURL | https://github.com/tompierce/lucky-flix/issues |
| 対応言語 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Lucky Flix",
"version": "0.0.2",
"description": "Adds a Get Lucky button to Netflix.com, which plays a random film",
"icons": {
"32": "icon32.png",
"64": "icon64.png",
"110": "icon110.png"
},
"permissions": [],
"content_scripts": [
{
"matches": [
"*:\/\/*.netflix.com\/WiHome"
],
"js": [
"contentscript.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
"script.js",
"jquery-1.11.1.min.js",
"jquery.popupoverlay.js"
]
} | |