YouFocus - YouTube Filter

A filter for YouTube videos.

What is YouFocus - YouTube Filter?

YouFocus - YouTube Filter is a Chrome extension developed by Practimake, and its main feature is "A filter for YouTube videos.".

Extension Screenshots

screenshot
screenshot

Download YouFocus - YouTube Filter Extension CRX File

Download YouFocus - YouTube Filter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name YouFocus - YouTube Filter YouFocus - YouTube Filter
ID nlokjknlncdcjohkpclkbeofefnmjaad
Official URL https://chromewebstore.google.com/detail/youfocus-youtube-filter/nlokjknlncdcjohkpclkbeofefnmjaad
Description A filter for YouTube videos.
File Size 729 KB
Installation Count 230
Current Version 1.0.1
Last Updated 2020-07-17
Publish Date 2020-07-15
Rating 4.80/5 Total 5 Ratings
Developer Practimake
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}