Netflix Randomizer

This extension will randomly select a TV show or Movie from the Netflix page you're viewing

Cos'è Netflix Randomizer?

Netflix Randomizer è un'estensione di Chrome sviluppata da failing-gracefully, e la sua funzione principale è "This extension will randomly select a TV show or Movie from the Netflix page you're viewing".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix Randomizer

Scarica i file di estensione Netflix Randomizer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Tired of choosing what to watch?

Let Netflix Randomizer choose for you!

github repo: https://github.com/bennyonline/Netflix-Randomiser                    

Informazioni di Base sull'Estensione

Nome Netflix Randomizer Netflix Randomizer
ID ddogenmagmhmcmijpjieekgackcegecn
URL Ufficiale https://chromewebstore.google.com/detail/netflix-randomizer/ddogenmagmhmcmijpjieekgackcegecn
Descrizione This extension will randomly select a TV show or Movie from the Netflix page you're viewing
Dimensione del File 17.95 KB
Conteggio Installazioni 544
Versione Corrente 2.1
Ultimo Aggiornamento 2018-03-21
Data di Pubblicazione 2018-03-21
Valutazione 4.33/5 Totale 6 Valutazioni
Sviluppatore failing-gracefully
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}