BetterTheatre
With this extension you can enjoy a full size theatre mode on youtube.
Apa itu BetterTheatre?
BetterTheatre adalah ekstensi Chrome yang dikembangkan oleh Paolo Basso, dan fitur utamanya adalah "With this extension you can enjoy a full size theatre mode on youtube.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BetterTheatre
Unduh file ekstensi BetterTheatre 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
With this simple extension you will be able to use all your screen when watching YouTube videos in theater mode.
Informasi Dasar Ekstensi
Nama | BetterTheatre |
ID | bbncinkmcfkhjbnebkbhoefiecdenmkh |
URL Resmi | https://chromewebstore.google.com/detail/bettertheatre/bbncinkmcfkhjbnebkbhoefiecdenmkh |
Deskripsi | With this extension you can enjoy a full size theatre mode on youtube. |
Ukuran File | 18.82 KB |
Jumlah Instalasi | 797 |
Versi Saat Ini | 1.11.0 |
Terakhir Diperbarui | 2023-09-05 |
Tanggal Publikasi | 2018-10-14 |
Penilaian | 4.55/5 Total 33 Penilaian |
Pengembang | Paolo Basso |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Bantuan | https://github.com/paolobasso99/BetterTheatre/issues |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BetterTheatre", "description": "With this extension you can enjoy a full size theatre mode on youtube.", "version": "1.11.0", "author": "Paolo Basso", "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*" ], "css": [ "css\/BetterTheatre.css" ] } ], "icons": { "16": "assets\/BT_icon16.png", "48": "assets\/BT_icon48.png", "128": "assets\/BT_icon128.png" }, "web_accessible_resources": [ { "resources": [ "css\/BetterTheatre.css" ], "matches": [ "*:\/\/www.youtube.com\/*" ] } ] } |