Netflix++

Browser extensions enhancing your Netflix browsing experience

Cos'è Netflix++?

Netflix++ è un'estensione di Chrome sviluppata da stevokk, e la sua funzione principale è "Browser extensions enhancing your Netflix browsing experience".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Netflix++

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

                        NEW! 2017 version, here to enhance your Netflix experience!

Currently shows you ratings from 3 independent sources: IMDB, Rotten Tomatoes & Metacritic

Fully open source, any issues or feature requests go here: https://github.com/stevokk/netflixplusplus                    

Informazioni di Base sull'Estensione

Nome Netflix++ Netflix++
ID ofiindmkglmjpndljggpcpamcglnmmpl
URL Ufficiale https://chromewebstore.google.com/detail/netflix++/ofiindmkglmjpndljggpcpamcglnmmpl
Descrizione Browser extensions enhancing your Netflix browsing experience
Dimensione del File 79.14 KB
Conteggio Installazioni 4,279
Versione Corrente 1.0.2
Ultimo Aggiornamento 2017-08-13
Data di Pubblicazione 2017-08-13
Valutazione 4.00/5 Totale 4 Valutazioni
Sviluppatore stevokk
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/stevokk/netflixplusplus
URL della Pagina di Aiuto https://github.com/stevokk/netflixplusplus
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Netflix++",
    "version": "1.0.2",
    "description": "Browser extensions enhancing your Netflix browsing experience",
    "homepage_url": "https:\/\/github.com\/stevokk\/netflixplusplus",
    "manifest_version": 2,
    "minimum_chrome_version": "58",
    "applications": {
        "gecko": {
            "id": "netflixplusplus\/stevokk",
            "strict_min_version": "52.0"
        }
    },
    "permissions": [
        "storage",
        "https:\/\/netflixplusplus.heroku.com\/*",
        "http:\/\/localhost\/*"
    ],
    "icons": {
        "128": "icon-128.png"
    },
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}