HBO Nordic - Next Button

Adds a 'Next Episode' button on HBO Nordic

Hvad er HBO Nordic - Next Button?

HBO Nordic - Next Button er en Chrome-udvidelse udviklet af http://hejahanif.se, og dens hovedfunktion er "Adds a 'Next Episode' button on HBO Nordic".

Udvidelsesskærmbilleder

screenshot

Download HBO Nordic - Next Button-udvidelses-CRX-fil

Download HBO Nordic - Next Button-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn HBO Nordic - Next Button HBO Nordic - Next Button
ID djaicpakelkcadoljpgfjhkajdfceadp
Officiel URL https://chrome.google.com/webstore/detail/hbo-nordic-next-button/djaicpakelkcadoljpgfjhkajdfceadp
Beskrivelse Adds a 'Next Episode' button on HBO Nordic
Filstørrelse 46.74 KB
Antal Installationer 1,000
Nuværende Version 0.0.1
Senest Opdateret 2015-06-14
Udgivelsesdato 2015-06-14
Bedømmelse 3.55/5 Samlet 42 Bedømmelser
Udvikler http://hejahanif.se
Betalingsmetode free
Understøttede Sprog 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"
    ]
}