Youtube Study Mode
No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.
Wat is Youtube Study Mode?
Youtube Study Mode is een Chrome-extensie ontwikkeld door zkjiang12, en de belangrijkste functie is "No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Study Mode
Download Youtube Study Mode-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Youtube Study Mode |
ID | phkgjapblkjghdpbnbkjphgjploajonl |
Officiële URL | https://chromewebstore.google.com/detail/youtube-study-mode/phkgjapblkjghdpbnbkjphgjploajonl |
Beschrijving | No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode. |
Bestandsgrootte | 172 KB |
Aantal Installaties | 121 |
Huidige Versie | 3.1.1 |
Laatst Bijgewerkt | 2023-08-29 |
Publicatiedatum | 2023-07-05 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | zkjiang12 |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/*" ] } ] } |