YouTube for TV Without Adware
Allows youtube.com/tv to load from non-mobile browsers (and without adware)
Apa itu YouTube for TV Without Adware?
YouTube for TV Without Adware adalah ekstensi Chrome yang dikembangkan oleh Wrybread, dan fitur utamanya adalah "Allows youtube.com/tv to load from non-mobile browsers (and without adware)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi YouTube for TV Without Adware
Unduh file ekstensi YouTube for TV Without Adware 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 allows you to open youtube.com/tv in a regular non-mobile browser window so you can remote control it from another browser window. To use: 1) Open youtube.com/tv and go to Settings (icon at bottom left) and choose "link with TV code" and write down the code 2) Open youtube.com/pair in another window and enter that code. You should now be able to control the window from Step 1 from any other youtube.com window. And unlike the other browser extension in the Chrome Store that does this, there won't be any ads popping up...
Informasi Dasar Ekstensi
Nama | YouTube for TV Without Adware |
ID | fineefhnleogndjepcabcddamodbkcjo |
URL Resmi | https://chromewebstore.google.com/detail/youtube-for-tv-without-ad/fineefhnleogndjepcabcddamodbkcjo |
Deskripsi | Allows youtube.com/tv to load from non-mobile browsers (and without adware) |
Ukuran File | 16.65 KB |
Jumlah Instalasi | 536 |
Versi Saat Ini | 1.2 |
Terakhir Diperbarui | 2021-10-12 |
Tanggal Publikasi | 2020-10-25 |
Penilaian | 4.00/5 Total 2 Penilaian |
Pengembang | Wrybread |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://gizmoware.net/privacy |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "YouTube for TV Without Adware", "short_name": "youtube-for-tv-without-adware", "description": "Allows youtube.com\/tv to load from non-mobile browsers (and without adware)", "version": "1.2", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "browser_action": { "default_icon": "icons\/48.png", "default_popup": "popup.html" }, "permissions": [ "*:\/\/*.youtube.com\/tv*", "webRequest", "webRequestBlocking" ], "background": { "scripts": [ "background.js" ] } } |