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.
擴展基本資訊
名稱 | Imdb Random Watchlist Selector |
ID | ohfjlddmlifmhhgppijhjggnioaapekn |
官方網址 | 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*" ] } ] } |