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
公式URL 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
Eメール [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"
            ]
        }
    ]
}