Netflix Channels

Create channels to watch random episodes of your favorite shows on Netflix.

Cos'è Netflix Channels?

Netflix Channels è un'estensione di Chrome sviluppata da http://jonost.me, e la sua funzione principale è "Create channels to watch random episodes of your favorite shows on Netflix.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Netflix Channels

Scarica i file di estensione Netflix Channels 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

                                            

Informazioni di Base sull'Estensione

Nome Netflix Channels Netflix Channels
ID ddfeopklehndllmggeeckagkfigilonb
URL Ufficiale https://chrome.google.com/webstore/detail/netflix-channels/ddfeopklehndllmggeeckagkfigilonb
Descrizione Create channels to watch random episodes of your favorite shows on Netflix.
Dimensione del File 153 KB
Conteggio Installazioni 35
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-01-26
Data di Pubblicazione 2014-01-26
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore http://jonost.me
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix Channels",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Create channels to watch random episodes of your favorite shows on Netflix.",
    "homepage_url": "http:\/\/jonost.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Manage Channels",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "*:\/\/*.netflix.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.netflix.com\/WiMovie\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "js\/jquery\/jquery.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}