Imdb Random Watchlist Selector
Generate random movies from the Imdb Watchlist.
Imdb Random Watchlist Selectorとは何ですか?
Imdb Random Watchlist Selectorはhttps://e-pot.xyzによって開発されたChromeの拡張機能で、その主な機能は「Generate random movies from the Imdb Watchlist.」です。
拡張機能のスクリーンショット
Imdb Random Watchlist Selector拡張機能のCRXファイルをダウンロード
Imdb Random Watchlist Selector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extention add a button on the imdb watchlist page. By clicking on it, it will generate a random movie choose within your watchlist. 拡張機能の基本情報
| 名前 | |
| ID | ohfjlddmlifmhhgppijhjggnioaapekn |
| 公式URL | https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn |
| 説明 | Generate random movies from the Imdb Watchlist. |
| ファイルサイズ | 129 KB |
| インストール数 | 476 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2018-01-29 |
| 公開日 | 2018-01-28 |
| 評価 | 3.04/5 合計 23 レビュー |
| 開発者 | https://e-pot.xyz |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Imdb Random Watchlist Selector",
"version": "1.5",
"author": {
"name": "Conchilicultor",
"email": "[email protected]"
},
"description": "Generate random movies from the Imdb Watchlist.",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"js": [
"jquery.js",
"RandomSelector.js"
],
"matches": [
"http:\/\/*.imdb.com\/user\/ur*\/watchlist*"
]
}
]
} | |