HBO Nordic - Next Button
Adds a 'Next Episode' button on HBO Nordic
Apa itu HBO Nordic - Next Button?
HBO Nordic - Next Button adalah ekstensi Chrome yang dikembangkan oleh http://hejahanif.se, dan fitur utamanya adalah "Adds a 'Next Episode' button on HBO Nordic".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi HBO Nordic - Next Button
Unduh file ekstensi HBO Nordic - Next Button dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | |
ID | djaicpakelkcadoljpgfjhkajdfceadp |
URL Resmi | https://chrome.google.com/webstore/detail/hbo-nordic-next-button/djaicpakelkcadoljpgfjhkajdfceadp |
Deskripsi | Adds a 'Next Episode' button on HBO Nordic |
Ukuran File | 46.74 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 0.0.1 |
Terakhir Diperbarui | 2015-06-14 |
Tanggal Publikasi | 2015-06-14 |
Penilaian | 3.55/5 Total 42 Penilaian |
Pengembang | http://hejahanif.se |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |