Zen YouTube: Distraction free youtube

Removes feed and recommendations from YouTube so that you can have a distraction free focused session

什么是Zen YouTube: Distraction free youtube?

Zen YouTube: Distraction free youtube是由Vishnu Gt开发的Chrome扩展程序,该扩展的主要功能是“Removes feed and recommendations from YouTube so that you can have a distraction free focused session”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Zen YouTube: Distraction free youtube扩展crx文件

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

扩展使用说明

                        This extension helps you have a distraction free YouTube session by removing the recommendations and your home page feed so that you don't end up watching YouTube for hours.

Github Link: https://github.com/vishnugt/Zen-Youtube                    

扩展基本信息

名称 Zen YouTube: Distraction free youtube Zen YouTube: Distraction free youtube
ID ibcpcdiajmfmkieocebkoiofgdbbecel
官方URL https://chromewebstore.google.com/detail/zen-youtube-distraction-f/ibcpcdiajmfmkieocebkoiofgdbbecel
简介 Removes feed and recommendations from YouTube so that you can have a distraction free focused session
文件大小 10.31 KB
安装次数 6,000
当前版本 2.0.0
更新时间 2022-02-09
上架时间 2021-10-24
评分 5.00/5 共21次评分
开发者 Vishnu Gt
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/vishnugt/Zen-Youtube
帮助页面URL https://github.com/vishnugt/Zen-Youtube
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Zen YouTube: Distraction free youtube",
    "version": "2.0.0",
    "manifest_version": 2,
    "description": "Removes feed and recommendations from YouTube so that you can have a distraction free focused session",
    "homepage_url": "https:\/\/github.com\/vishnugt\/Zen-Youtube",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "inject.js"
            ],
            "all_frames": true
        }
    ]
}