Youtube Study Mode
No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.
Co je Youtube Study Mode?
Youtube Study Mode je rozšíření Chrome vyvinuté zkjiang12, a jeho hlavní funkcí je „No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Youtube Study Mode
Stáhněte si soubory rozšíření Youtube Study Mode ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Youtube Study Mode |
ID | phkgjapblkjghdpbnbkjphgjploajonl |
Oficiální URL | https://chromewebstore.google.com/detail/youtube-study-mode/phkgjapblkjghdpbnbkjphgjploajonl |
Popis | No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode. |
Velikost souboru | 172 KB |
Počet instalací | 121 |
Aktuální Verze | 3.1.1 |
Poslední Aktualizace | 2023-08-29 |
Datum Vydání | 2023-07-05 |
Hodnocení | 5.00/5 Celkem 7 Hodnocení |
Vývojář | zkjiang12 |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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\/*" ] } ] } |