YouFocus - YouTube Filter

A filter for YouTube videos.

Co to jest YouFocus - YouTube Filter?

YouFocus - YouTube Filter to rozszerzenie Chrome opracowane przez Practimake, a jego główną funkcją jest „A filter for YouTube videos.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia YouFocus - YouTube Filter

Pobierz pliki rozszerzeń YouFocus - YouTube Filter 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

                        Now you can filter your recommended YouTube videos based on the words in the title and channel name! Stop the distractions and 2am YouTube sessions and focus on the videos that matter to you.                    

Podstawowe informacje o rozszerzeniu

Nazwa YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
Oficjalny URL https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
Opis A filter for YouTube videos.
Rozmiar pliku 729 KB
Liczba instalacji 230
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2020-07-17
Data Publikacji 2020-07-15
Ocena 4.80/5 Łącznie 5 Oceny
Deweloper Practimake
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YouFocus - YouTube Filter",
    "description": "A filter for YouTube videos.",
    "version": "1.0.1",
    "icons": {
        "128": "funnelV2.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "utils.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "utils.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "funnelV2.png"
    },
    "options_page": "options.html",
    "permissions": [
        "storage",
        "declarativeContent"
    ]
}