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" ] } |