Youtube Study Mode

No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.

Hvad er Youtube Study Mode?

Youtube Study Mode er en Chrome-udvidelse udviklet af zkjiang12, og dens hovedfunktion er "No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Youtube Study Mode-udvidelses-CRX-fil

Download Youtube Study Mode-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Youtube Study Mode Youtube Study Mode
ID phkgjapblkjghdpbnbkjphgjploajonl
Officiel URL https://chromewebstore.google.com/detail/youtube-study-mode/phkgjapblkjghdpbnbkjphgjploajonl
Beskrivelse No distractions on Youtube when studying. Click the icon of the extension to enter or exit study mode.
Filstørrelse 172 KB
Antal Installationer 121
Nuværende Version 3.1.1
Senest Opdateret 2023-08-29
Udgivelsesdato 2023-07-05
Bedømmelse 5.00/5 Samlet 7 Bedømmelser
Udvikler zkjiang12
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
            ]
        }
    ]
}