Imdb Random Watchlist Selector
Generate random movies from the Imdb Watchlist.
What is Imdb Random Watchlist Selector?
Imdb Random Watchlist Selector is a Chrome extension developed by https://e-pot.xyz, and its main feature is "Generate random movies from the Imdb Watchlist.".
Extension Screenshots
Download Imdb Random Watchlist Selector Extension CRX File
Download Imdb Random Watchlist Selector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extention add a button on the imdb watchlist page. By clicking on it, it will generate a random movie choose within your watchlist.
Extension Basic Information
Name | Imdb Random Watchlist Selector |
ID | ohfjlddmlifmhhgppijhjggnioaapekn |
Official URL | https://chromewebstore.google.com/detail/imdb-random-watchlist-sel/ohfjlddmlifmhhgppijhjggnioaapekn |
Description | Generate random movies from the Imdb Watchlist. |
File Size | 129 KB |
Installation Count | 476 |
Current Version | 1.5 |
Last Updated | 2018-01-29 |
Publish Date | 2018-01-28 |
Rating | 3.04/5 Total 23 Ratings |
Developer | https://e-pot.xyz |
Payment Type | free |
Supported Languages | 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*" ] } ] } |