Youtube Study Mode
No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.
What is Youtube Study Mode?
Youtube Study Mode is a Chrome extension developed by zkjiang12, and its main feature is "No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.".
Extension Screenshots
Download Youtube Study Mode Extension CRX File
Download Youtube Study Mode extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Youtube Study Mode |
ID | phkgjapblkjghdpbnbkjphgjploajonl |
Official URL | https://chromewebstore.google.com/detail/youtube-study-mode/phkgjapblkjghdpbnbkjphgjploajonl |
Description | No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode. |
File Size | 172 KB |
Installation Count | 121 |
Current Version | 3.1.1 |
Last Updated | 2023-08-29 |
Publish Date | 2023-07-05 |
Rating | 5.00/5 Total 7 Ratings |
Developer | zkjiang12 |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } ] } |