YouTube Television Mode
Watch YouTube endlessly as if it was a real TV station.
Apa itu YouTube Television Mode?
YouTube Television Mode adalah ekstensi Chrome yang dikembangkan oleh Jason Gauci, dan fitur utamanya adalah "Watch YouTube endlessly as if it was a real TV station.".
Unduh Berkas CRX Ekstensi YouTube Television Mode
Unduh file ekstensi YouTube Television Mode 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
This Chrome extension automatically follows suggested videos (the videos on the right-hand side of YouTube) when the video you are watching finishes. The extension keeps track of what you have already watched so you never watch the same video twice.
Informasi Dasar Ekstensi
Nama | |
ID | kleeleapbddibpbhbmdplacclglnpndc |
URL Resmi | https://chrome.google.com/webstore/detail/youtube-television-mode/kleeleapbddibpbhbmdplacclglnpndc |
Deskripsi | Watch YouTube endlessly as if it was a real TV station. |
Ukuran File | 74.37 KB |
Jumlah Instalasi | 119 |
Versi Saat Ini | 0.1 |
Terakhir Diperbarui | 2014-02-23 |
Tanggal Publikasi | 2014-02-23 |
Penilaian | 3.00/5 Total 3 Penilaian |
Pengembang | Jason Gauci |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Television Mode", "version": "0.1", "manifest_version": 2, "description": "Watch YouTube endlessly as if it was a real TV station.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "jquery.min.js", "tubeKeys.js" ] } ], "permissions": [ "tabs", "http:\/\/*.youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "web_accessible_resources": [ "inject.js", "jquery.min.js" ] } |