Random Netflix
Randomly choose something from your Netflix recommendations (listings page)
What is Random Netflix?
Random Netflix is a Chrome extension developed by Charles Bergeron, and its main feature is "Randomly choose something from your Netflix recommendations (listings page)".
Extension Screenshots
Download Random Netflix Extension CRX File
Download Random Netflix 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
Randomly choose something from your Netflix recommendations (listings page). Changes: Version 0.0.2: Now works with movies.netflix.com and www.netflix.com
Extension Basic Information
Name | Random Netflix |
ID | mhpapeindnojoecpmkpbmdhgclalkkck |
Official URL | https://chromewebstore.google.com/detail/random-netflix/mhpapeindnojoecpmkpbmdhgclalkkck |
Description | Randomly choose something from your Netflix recommendations (listings page) |
File Size | 9.58 KB |
Installation Count | 1,306 |
Current Version | 0.0.2 |
Last Updated | 2014-02-03 |
Publish Date | 2014-02-02 |
Rating | 3.50/5 Total 4 Ratings |
Developer | Charles Bergeron |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Random Netflix", "version": "0.0.2", "manifest_version": 2, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "description": "Randomly choose something from your Netflix recommendations (listings page)", "content_scripts": [ { "matches": [ "http:\/\/*.netflix.com\/WiHome", "https:\/\/*.netflix.com\/WiHome" ], "js": [ "lib\/random_netflix.js" ] } ], "homepage_url": "https:\/\/github.com\/chuckbergeron\/random-netflix-extension" } |