Netflix Episode Shuffle
Play a random episode of a Netflix TV Show.
Vad är Netflix Episode Shuffle?
Netflix Episode Shuffle är en Chrome-tillägg utvecklad av sajalv128, och dess huvudfunktion är "Play a random episode of a Netflix TV Show.".
Tilläggsskärmbilder
Ladda ner Netflix Episode Shuffle-förlängningens CRX-fil
Ladda ner Netflix Episode Shuffle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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)
Grundläggande Information om Tillägg
Namn | Netflix Episode Shuffle |
ID | lndeoibbeadhignkdegpiiaehliimpgf |
Officiell webbadress | https://chromewebstore.google.com/detail/netflix-episode-shuffle/lndeoibbeadhignkdegpiiaehliimpgf |
Beskrivning | Play a random episode of a Netflix TV Show. |
Filstorlek | 25.21 KB |
Antal Installationer | 264 |
Aktuell Version | 0.1 |
Senast Uppdaterad | 2023-05-19 |
Publiceringsdatum | 2022-10-09 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | sajalv128 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/sajalverma17/NetflixEpisodeShuffle |
Hjälpsida URL | https://github.com/sajalverma17/NetflixEpisodeShuffle |
Stödda Språk | 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" } } |