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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" ] } |