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
官方網址 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
        }
    ]
}