YouFocus - YouTube Filter

A filter for YouTube videos.

Hvad er YouFocus - YouTube Filter?

YouFocus - YouTube Filter er en Chrome-udvidelse udviklet af Practimake, og dens hovedfunktion er "A filter for YouTube videos.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download YouFocus - YouTube Filter-udvidelses-CRX-fil

Download YouFocus - YouTube Filter-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

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
Officiel URL https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
Beskrivelse A filter for YouTube videos.
Filstørrelse 729 KB
Antal Installationer 230
Nuværende Version 1.0.1
Senest Opdateret 2020-07-17
Udgivelsesdato 2020-07-15
Bedømmelse 4.80/5 Samlet 5 Bedømmelser
Udvikler Practimake
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}