HBO Nordic - Next Button
Adds a 'Next Episode' button on HBO Nordic
Qu'est-ce que HBO Nordic - Next Button ?
HBO Nordic - Next Button est une extension Chrome développée par http://hejahanif.se, et sa fonction principale est "Adds a 'Next Episode' button on HBO Nordic".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension HBO Nordic - Next Button
Téléchargez les fichiers d'extension HBO Nordic - Next Button au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | djaicpakelkcadoljpgfjhkajdfceadp |
URL Officiel | https://chrome.google.com/webstore/detail/hbo-nordic-next-button/djaicpakelkcadoljpgfjhkajdfceadp |
Description | Adds a 'Next Episode' button on HBO Nordic |
Taille du Fichier | 46.74 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-06-14 |
Date de Publication | 2015-06-14 |
Évaluation | 3.55/5 Total 42 Évaluations |
Développeur | http://hejahanif.se |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |