Youtube Study Mode
No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.
Qu'est-ce que Youtube Study Mode ?
Youtube Study Mode est une extension Chrome développée par zkjiang12, et sa fonction principale est "No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Youtube Study Mode
Téléchargez les fichiers d'extension Youtube Study Mode au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Youtube Study Mode |
ID | phkgjapblkjghdpbnbkjphgjploajonl |
URL Officiel | 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. |
Taille du Fichier | 172 KB |
Nombre d'Installations | 121 |
Version Actuelle | 3.1.1 |
Dernière Mise à Jour | 2023-08-29 |
Date de Publication | 2023-07-05 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | zkjiang12 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |