HBO Nordic - Next Button
Adds a 'Next Episode' button on HBO Nordic
Was ist HBO Nordic - Next Button?
HBO Nordic - Next Button ist eine Chrome-Erweiterung, die von http://hejahanif.se entwickelt wurde, und ihr Hauptmerkmal ist "Adds a 'Next Episode' button on HBO Nordic".
Erweiterungsscreenshots
HBO Nordic - Next Button-Erweiterungs-CRX-Datei herunterladen
Laden Sie HBO Nordic - Next Button-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | djaicpakelkcadoljpgfjhkajdfceadp |
Offizielle URL | https://chrome.google.com/webstore/detail/hbo-nordic-next-button/djaicpakelkcadoljpgfjhkajdfceadp |
Beschreibung | Adds a 'Next Episode' button on HBO Nordic |
Dateigröße | 46.74 KB |
Installationsanzahl | 1,000 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2015-06-14 |
Veröffentlichungsdatum | 2015-06-14 |
Bewertung | 3.55/5 Insgesamt 42 Bewertungen |
Entwickler | http://hejahanif.se |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |