Distraction Free YouTube

YouTube with less distraction!

什麼是Distraction Free YouTube?

Distraction Free YouTube是由developer.4af2c開發的Chrome擴展程式,該擴展的主要功能是“YouTube with less distraction!”。

擴展截圖

screenshot
screenshot
screenshot

下載Distraction Free YouTube擴展crx文件

下載Distraction Free YouTube擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This extension blocks the home page, explore page, side bar, end screen video tile, and YouTube Shorts.

the project is open source: https://github.com/dwssv/distraction-free-youtube                    

擴展基本資訊

名稱 Distraction Free YouTube Distraction Free YouTube
ID cjfomfbgjppmmipmjdfpcjlilpjbahli
官方網址 https://chromewebstore.google.com/detail/distraction-free-youtube/cjfomfbgjppmmipmjdfpcjlilpjbahli
簡介 YouTube with less distraction!
檔案大小 484 KB
安裝次數 31
目前版本 1.0.2
更新時間 2022-05-14
上架時間 2022-03-27
評分 5.00/5 共 2 次評分
開發者 developer.4af2c
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Distraction Free YouTube",
    "description": "YouTube with less distraction!",
    "version": "1.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "ruleset_1",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}