Youtube Focus

Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.

Wat is Youtube Focus?

Youtube Focus is een Chrome-extensie ontwikkeld door raghavadonthoju.webstore, en de belangrijkste functie is "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Youtube Focus

Download Youtube Focus-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

                        By activating the "Youtube Focus" extension, you gain an incredible advantage in maintaining your concentration and avoiding the attracting YouTube's recommended videos. No longer will your attention be hijacked by flashy thumbnails vying for your clicks. Instead, you'll find a clean and clutter-free interface, allowing you to focus solely on the content you seek.

Features:
- Just hides the homepage content of youtube by changing the style of homepage content to display none.

Note:
-The Extension doesn't collect users data or youtube's data it just changes the styling (changing css).
-This extension does not take any money from the users.                    

Basisinformatie over de Extensie

Naam Youtube Focus Youtube Focus
ID ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Officiële URL https://chromewebstore.google.com/detail/youtube-focus/ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Beschrijving Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.
Bestandsgrootte 4.88 KB
Aantal Installaties 72
Huidige Versie 1.0
Laatst Bijgewerkt 2023-07-09
Publicatiedatum 2023-07-09
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar raghavadonthoju.webstore
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Youtube Focus",
    "version": "1.0",
    "description": "Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.",
    "icons": {
        "128": "128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/"
            ]
        }
    ]
}