Netflix Episode Shuffle
Play a random episode of a Netflix TV Show.
What is Netflix Episode Shuffle?
Netflix Episode Shuffle is a Chrome extension developed by sajalv128, and its main feature is "Play a random episode of a Netflix TV Show.".
Extension Screenshots
Download Netflix Episode Shuffle Extension CRX File
Download Netflix Episode 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
When you don't care which episode of your favourite TV series you want to watch, because any one of them is better than the others! Click on the TV series, and then click on the Extension's button. A random episode of that TV series will be played. [Demo](https://user-images.githubusercontent.com/25904133/239355302-9ce7b70d-9194-4702-a558-e4c941f59d11.gif)
Extension Basic Information
Name | Netflix Episode Shuffle |
ID | lndeoibbeadhignkdegpiiaehliimpgf |
Official URL | https://chromewebstore.google.com/detail/netflix-episode-shuffle/lndeoibbeadhignkdegpiiaehliimpgf |
Description | Play a random episode of a Netflix TV Show. |
File Size | 25.21 KB |
Installation Count | 264 |
Current Version | 0.1 |
Last Updated | 2023-05-19 |
Publish Date | 2022-10-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sajalv128 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/sajalverma17/NetflixEpisodeShuffle |
Help Page URL | https://github.com/sajalverma17/NetflixEpisodeShuffle |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Netflix Episode Shuffle", "description": "Play a random episode of a Netflix TV Show.", "version": "0.1", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "icons": { "16": "images\/red-shuffle.png", "48": "images\/red-shuffle.png", "128": "images\/red-shuffle.png" }, "action": { "default_icon": { "16": "images\/red-shuffle.png", "48": "images\/red-shuffle.png", "128": "images\/red-shuffle.png" }, "default_title": "Shuffle this TV Show!" }, "background": { "service_worker": "background.js", "type": "module" } } |