Full Focus - Hide Recommendations on YouTube

Boost productivity - Hide all distractions on YouTube

Full Focus - Hide Recommendations on YouTubeとは何ですか?

Full Focus - Hide Recommendations on YouTubeはchris.wallenweinによって開発されたChromeの拡張機能で、その主な機能は「Boost productivity - Hide all distractions on YouTube」です。

拡張機能のスクリーンショット

screenshot
screenshot

Full Focus - Hide Recommendations on YouTube拡張機能のCRXファイルをダウンロード

Full Focus - Hide Recommendations on YouTube拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        YouTube can be a great platform for entertainment, education, and more. However, it can also eat up a lot of your time. If you find yourself getting lost in the rabbit hole of YouTube recommendations, Full Focus can help. It's the perfect extension for anyone who wants to avoid distractions while browsing YouTube. With just one click, it hides all recommendations, related videos, and comments on the page. Now you can focus on what you're watching without getting sidetracked!

The Project is open source. Feel free to contribute on Github: https://github.com/chriswallenwein/FullFocus                    

拡張機能の基本情報

名前 Full Focus - Hide Recommendations on YouTube Full Focus - Hide Recommendations on YouTube
ID ngdenbkjmenmpmjcmoalhkommflcdilh
公式URL https://chromewebstore.google.com/detail/full-focus-hide-recommend/ngdenbkjmenmpmjcmoalhkommflcdilh
説明 Boost productivity - Hide all distractions on YouTube
ファイルサイズ 84.18 MB
インストール数 176
現在のバージョン 0.3.1
最終更新日 2022-05-19
公開日 2020-05-19
評価 5.00/5 合計 2 レビュー
開発者 chris.wallenwein
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/chriswallenwein/full-focus
ヘルプページのURL https://go.cwallenwein.com/projects/full-focus/feedback
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Full Focus - Hide Recommendations on YouTube",
    "short_name": "Full Focus",
    "description": "Boost productivity - Hide all distractions on YouTube",
    "version": "0.3.1",
    "icons": {
        "128": "img\/pause.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "http:\/\/www.youtube.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "action": {
        "default_popup": "popup\/build\/index.html"
    }
}