Youtube Focus

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

什么是Youtube Focus?

Youtube Focus是由raghavadonthoju.webstore开发的Chrome扩展程序,该扩展的主要功能是“Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.”。

扩展截图

screenshot

下载Youtube Focus扩展crx文件

下载Youtube Focus扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Youtube Focus Youtube Focus
ID ihlchpbfkmgfkpeolfklmgnanjkkhnfb
官方URL https://chromewebstore.google.com/detail/youtube-focus/ihlchpbfkmgfkpeolfklmgnanjkkhnfb
简介 Introducing a revolutionary tool designed to enhance your focus and minimize Youtube distractions.
文件大小 4.88 KB
安装次数 72
当前版本 1.0
更新时间 2023-07-09
上架时间 2023-07-09
评分 5.00/5 共10次评分
开发者 raghavadonthoju.webstore
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/"
            ]
        }
    ]
}