Netflix Shuffle
Netflix Shuffle
What is Netflix Shuffle?
Netflix Shuffle is a Chrome extension developed by Josh Kopman, and its main feature is "Netflix Shuffle".
Extension Screenshots
Download Netflix Shuffle Extension CRX File
Download Netflix Shuffle 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
An Extension To Randomize Netflix Episodes For Any Available TV Show
Extension Basic Information
Name | Netflix Shuffle |
ID | picodpeiiabpnlbhopebfdmnlkopeolk |
Official URL | https://chromewebstore.google.com/detail/netflix-shuffle/picodpeiiabpnlbhopebfdmnlkopeolk |
Description | Netflix Shuffle |
File Size | 17.78 KB |
Installation Count | 36 |
Current Version | 1.3 |
Last Updated | 2021-01-13 |
Publish Date | 2020-04-18 |
Rating | 3.00/5 Total 1 Ratings |
Developer | Josh Kopman |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Shuffle", "author": "Josh Kopman", "version": "1.3", "description": "Netflix Shuffle", "permissions": [ "activeTab", "tabs", "https:\/\/www.netflix.com\/*" ], "background": { "scripts": [ "background.js" ] }, "icons": { "16": "icons\/enabled.png", "32": "icons\/enabled.png", "48": "icons\/enabled.png", "128": "icons\/enabled.png" }, "browser_action": { "default_icon": "icons\/enabled.png" }, "manifest_version": 2 } |