Hide YouTube watched videos

Hide watched videos from your YouTube feed

Hide YouTube watched videosとは何ですか?

Hide YouTube watched videosはyannによって開発されたChromeの拡張機能で、その主な機能は「Hide watched videos from your YouTube feed」です。

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

screenshot

Hide YouTube watched videos拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Watch unwatched videos only                    

拡張機能の基本情報

名前 Hide YouTube watched videos Hide YouTube watched videos
ID poljhephadgaidkageaaklnjidcenndn
公式URL https://chrome.google.com/webstore/detail/poljhephadgaidkageaaklnjidcenndn
説明 Hide watched videos from your YouTube feed
ファイルサイズ 5.37 KB
インストール数 148
現在のバージョン 1.0.1
最終更新日 2017-12-08
公開日 2017-12-08
評価 1.00/5 合計 6 レビュー
開発者 yann
支払い方法 free
ヘルプページのURL https://twitter.com/_YannBertrand
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hide YouTube watched videos",
    "version": "1.0.1",
    "description": "Hide watched videos from your YouTube feed",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions"
            ],
            "js": [
                "youtubeVideosFinder.js",
                "videosDisplayManager.js",
                "index.js"
            ]
        }
    ]
}