Filter Youtube Channels

Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!

Filter Youtube Channelsとは何ですか?

Filter Youtube ChannelsはQubitKernelによって開発されたChromeの拡張機能で、その主な機能は「Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!」です。

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

Filter Youtube Channels拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Just feed in the name of the channel and it will remember to keep the videos out of your sight.

You can always un-filter or unblock the videos by just clicking "Remove" button in the plugin popup. Extremely easy!

This plugin does not track or store any kind of data, user or otherwise, at remote servers!

Remember to turn it on in incognito/private mode!                    

拡張機能の基本情報

名前 Filter Youtube Channels Filter Youtube Channels
ID nchjfnobpfpkgmhagecolagcfemdkjfm
公式URL https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm
説明 Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
ファイルサイズ 27.94 KB
インストール数 113
現在のバージョン 0.0.0.8
最終更新日 2019-11-24
公開日 2019-11-24
評価 2.33/5 合計 3 レビュー
開発者 QubitKernel
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Filter Youtube Channels",
    "version": "0.0.0.8",
    "description": "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_128.png"
    }
}