Netflix Randomizer
This extension will randomly select a TV show or Movie from the Netflix page you're viewing
What is Netflix Randomizer?
Netflix Randomizer is a Chrome extension developed by failing-gracefully, and its main feature is "This extension will randomly select a TV show or Movie from the Netflix page you're viewing".
Extension Screenshots
Download Netflix Randomizer Extension CRX File
Download Netflix Randomizer 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
Tired of choosing what to watch? Let Netflix Randomizer choose for you! github repo: https://github.com/bennyonline/Netflix-Randomiser
Extension Basic Information
Name | Netflix Randomizer |
ID | ddogenmagmhmcmijpjieekgackcegecn |
Official URL | https://chromewebstore.google.com/detail/netflix-randomizer/ddogenmagmhmcmijpjieekgackcegecn |
Description | This extension will randomly select a TV show or Movie from the Netflix page you're viewing |
File Size | 17.95 KB |
Installation Count | 544 |
Current Version | 2.1 |
Last Updated | 2018-03-21 |
Publish Date | 2018-03-21 |
Rating | 4.33/5 Total 6 Ratings |
Developer | failing-gracefully |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Netflix Randomizer", "description": "This extension will randomly select a TV show or Movie from the Netflix page you're viewing", "version": "2.1", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "16": "netflix.png", "48": "netflix.png", "128": "netflix.png" }, "page_action": { "default_icon": "netflix.png", "default_popup": "popup.html" }, "permissions": [ "declarativeContent", "activeTab" ] } |