Netflix Episode Shuffle

Play a random episode of a Netflix TV Show.

O que é Netflix Episode Shuffle?

Netflix Episode Shuffle é uma extensão do Chrome desenvolvida por sajalv128, e sua principal característica é "Play a random episode of a Netflix TV Show.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Netflix Episode Shuffle

Baixe arquivos de extensão Netflix Episode Shuffle no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome Netflix Episode Shuffle Netflix Episode Shuffle
ID lndeoibbeadhignkdegpiiaehliimpgf
URL Oficial https://chromewebstore.google.com/detail/netflix-episode-shuffle/lndeoibbeadhignkdegpiiaehliimpgf
Descrição Play a random episode of a Netflix TV Show.
Tamanho do Arquivo 25.21 KB
Contagem de Instalações 264
Versão Atual 0.1
Última Atualização 2023-05-19
Data de Publicação 2022-10-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor sajalv128
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/sajalverma17/NetflixEpisodeShuffle
URL da Página de Ajuda https://github.com/sajalverma17/NetflixEpisodeShuffle
Idiomas Suportados 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"
    }
}