Youtube Focus

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

Co to jest Youtube Focus?

Youtube Focus to rozszerzenie Chrome opracowane przez raghavadonthoju.webstore, a jego główną funkcją jest „Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube Focus

Pobierz pliki rozszerzeń Youtube Focus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Focus Youtube Focus
ID ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Oficjalny URL https://chromewebstore.google.com/detail/youtube-focus/ihlchpbfkmgfkpeolfklmgnanjkkhnfb
Opis Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.
Rozmiar pliku 4.88 KB
Liczba instalacji 72
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-07-09
Data Publikacji 2023-07-09
Ocena 5.00/5 Łącznie 10 Oceny
Deweloper raghavadonthoju.webstore
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/"
            ]
        }
    ]
}