YouFocus - YouTube Filter

A filter for YouTube videos.

Wat is YouFocus - YouTube Filter?

YouFocus - YouTube Filter is een Chrome-extensie ontwikkeld door Practimake, en de belangrijkste functie is "A filter for YouTube videos.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie YouFocus - YouTube Filter

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

                        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.                    

Basisinformatie over de Extensie

Naam YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
Officiële URL https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
Beschrijving A filter for YouTube videos.
Bestandsgrootte 729 KB
Aantal Installaties 230
Huidige Versie 1.0.1
Laatst Bijgewerkt 2020-07-17
Publicatiedatum 2020-07-15
Beoordeling 4.80/5 Totaal 5 Beoordelingen
Ontwikkelaar Practimake
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}