Responsive YouTube
Automatically switch YouTube to theater mode and size videos to fill your entire browser window.
Apa itu Responsive YouTube?
Responsive YouTube adalah ekstensi Chrome yang dikembangkan oleh Blaise Kal, dan fitur utamanya adalah "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.".
Unduh Berkas CRX Ekstensi Responsive YouTube
Unduh file ekstensi Responsive YouTube 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
• Automatically switch to theater mode. • Use all available space in your browser window to display the video as large as possible. • Scroll down to see the video details, comments and related videos.
Informasi Dasar Ekstensi
Nama | |
ID | fchofanjgpjojphfdpakbdliemmmhnoi |
URL Resmi | https://chrome.google.com/webstore/detail/responsive-youtube/fchofanjgpjojphfdpakbdliemmmhnoi |
Deskripsi | Automatically switch YouTube to theater mode and size videos to fill your entire browser window. |
Ukuran File | 6.43 KB |
Jumlah Instalasi | 10 |
Versi Saat Ini | 1.3.1 |
Terakhir Diperbarui | 2018-02-23 |
Tanggal Publikasi | 2018-02-23 |
Penilaian | 1.00/5 Total 1 Penilaian |
Pengembang | Blaise Kal |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive YouTube", "version": "1.3.1", "description": "Automatically switch YouTube to theater mode and size videos to fill your entire browser window.", "icons": { "48": "icons\/icon-48.png", "96": "icons\/icon-96.png" }, "content_scripts": [ { "matches": [ "https:\/\/youtube.com\/*", "https:\/\/*.youtube.com\/*" ], "js": [ "responsiveyoutube.js" ] } ] } |