Focused Youtube
Removes related videos, comments, and more so that you can browse YouTube distraction free.
Apa itu Focused Youtube?
Focused Youtube adalah ekstensi Chrome yang dikembangkan oleh jennifer, dan fitur utamanya adalah "Removes related videos, comments, and more so that you can browse YouTube distraction free.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Focused Youtube
Unduh file ekstensi Focused 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
Focused YouTube allows you to watch YouTube videos without being tempted to peruse comments, check out what's trending, or click on related videos. Install the extension to browse YouTube for school or work, distraction free. FEATURES: - removes related videos - hides comments section - hides merchandise - disables autoplay - hides trending videos To maximize productivity, pair this extension with an ad-blocker.
Informasi Dasar Ekstensi
Nama | Focused Youtube |
ID | bhdejdambdfmikcdgegajdkjdbhlandp |
URL Resmi | https://chromewebstore.google.com/detail/focused-youtube/bhdejdambdfmikcdgegajdkjdbhlandp |
Deskripsi | Removes related videos, comments, and more so that you can browse YouTube distraction free. |
Ukuran File | 18.59 KB |
Jumlah Instalasi | 31 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-12-29 |
Tanggal Publikasi | 2020-12-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | jennifer |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Focused Youtube", "version": "1.0", "manifest_version": 2, "description": "Removes related videos, comments, and more so that you can browse YouTube distraction free.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "css": [ "mycss.css" ] } ], "browser_action": { "default_title": "Focused Youtube", "default_icon": "icon.png" } } |