HBO Nordic - Next Button

Adds a 'Next Episode' button on HBO Nordic

Cos'è HBO Nordic - Next Button?

HBO Nordic - Next Button è un'estensione di Chrome sviluppata da http://hejahanif.se, e la sua funzione principale è "Adds a 'Next Episode' button on HBO Nordic".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione HBO Nordic - Next Button

Scarica i file di estensione HBO Nordic - Next Button 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

                        Injects an much missed "Next Episode" button on the HBO Nordic player. Without this lightweight extension changing to the next episode is 3 clicks and one scroll away. No modern person with any decency kan accept that amount of effort. 

With this plugin you are only one small click away. Now you can easily bingewatch all your favorite HBO Nordic series.


Future updates will also give you:
- Changing to the next episode on another season.
- Changing to the next episode on the detail view.                    

Informazioni di Base sull'Estensione

Nome HBO Nordic - Next Button HBO Nordic - Next Button
ID djaicpakelkcadoljpgfjhkajdfceadp
URL Ufficiale https://chrome.google.com/webstore/detail/hbo-nordic-next-button/djaicpakelkcadoljpgfjhkajdfceadp
Descrizione Adds a 'Next Episode' button on HBO Nordic
Dimensione del File 46.74 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.1
Ultimo Aggiornamento 2015-06-14
Data di Pubblicazione 2015-06-14
Valutazione 3.55/5 Totale 42 Valutazioni
Sviluppatore http://hejahanif.se
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "HBO Nordic - Next Button",
    "version": "0.0.1",
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "description": "Adds a 'Next Episode' button on HBO Nordic",
    "permissions": [
        "http:\/\/*.hbonordic.com\/",
        "https:\/\/*.hbonordic.com\/",
        "tabs"
    ],
    "content_scripts": [
        {
            "run_at": "document_idle",
            "matches": [
                "http:\/\/*.hbonordic.com\/*",
                "https:\/\/*.hbonordic.com\/*"
            ],
            "css": [
                "hbo-next.css"
            ],
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "hbo-next.js"
    ]
}