HBO Nordic - Next Button
Adds a 'Next Episode' button on HBO Nordic
什么是HBO Nordic - Next Button?
HBO Nordic - Next Button是由http://hejahanif.se开发的Chrome扩展程序,该扩展的主要功能是“Adds a 'Next Episode' button on HBO Nordic”。
扩展截图
下载HBO Nordic - Next Button扩展crx文件
下载HBO Nordic - Next Button扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | djaicpakelkcadoljpgfjhkajdfceadp |
官方URL | https://chrome.google.com/webstore/detail/hbo-nordic-next-button/djaicpakelkcadoljpgfjhkajdfceadp |
简介 | Adds a 'Next Episode' button on HBO Nordic |
文件大小 | 46.74 KB |
安装次数 | 1,000 |
当前版本 | 0.0.1 |
更新时间 | 2015-06-14 |
上架时间 | 2015-06-14 |
评分 | 3.55/5 共42次评分 |
开发者 | http://hejahanif.se |
付费类型 | free |
支持的语言 | 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" ] } |