Youtube Study Mode
No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.
Apa itu Youtube Study Mode?
Youtube Study Mode adalah ekstensi Chrome yang dikembangkan oleh zkjiang12, dan fitur utamanya adalah "No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Youtube Study Mode
Unduh file ekstensi Youtube Study 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
Finish your work faster by being less distracted on Youtube. Instead of the Youtube home page being filled with distracting videos, it's only a search bar. When watching a video the recommendations are also hidden. This way you won't accidentally get distracted and spend hours watching videos. Instead, this will help you quickly finish work so you can enjoy free time.
Informasi Dasar Ekstensi
Nama | Youtube Study Mode |
ID | phkgjapblkjghdpbnbkjphgjploajonl |
URL Resmi | https://chromewebstore.google.com/detail/youtube-study-mode/phkgjapblkjghdpbnbkjphgjploajonl |
Deskripsi | No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode. |
Ukuran File | 172 KB |
Jumlah Instalasi | 121 |
Versi Saat Ini | 3.1.1 |
Terakhir Diperbarui | 2023-08-29 |
Tanggal Publikasi | 2023-07-05 |
Penilaian | 5.00/5 Total 7 Penilaian |
Pengembang | zkjiang12 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube Study Mode", "version": "3.1.1", "manifest_version": 3, "description": "No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.", "icons": { "16": "\/icon.png", "32": "\/icon.png", "48": "\/icon.png", "128": "\/icon.png" }, "action": { "default_icon": { "16": "\/icon.png", "32": "\/icon.png", "48": "\/icon.png", "128": "\/icon.png" } }, "background": { "service_worker": "\/background.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "\/yt.js" ], "css": [ "\/style.css" ] } ], "web_accessible_resources": [ { "resources": [ "logo.png", "stars.png" ], "matches": [ "https:\/\/*.youtube.com\/*" ] } ] } |