Filter Youtube Channels
Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!
Apa itu Filter Youtube Channels?
Filter Youtube Channels adalah ekstensi Chrome yang dikembangkan oleh QubitKernel, dan fitur utamanya adalah "Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Filter Youtube Channels
Unduh file ekstensi Filter Youtube Channels dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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!
Informasi Dasar Ekstensi
Nama | |
ID | nchjfnobpfpkgmhagecolagcfemdkjfm |
URL Resmi | https://chrome.google.com/webstore/detail/filter-youtube-channels/nchjfnobpfpkgmhagecolagcfemdkjfm |
Deskripsi | Filter out the YouTube videos by the channels you don't like even when you are not signed in to YouTube!! |
Ukuran File | 27.94 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 0.0.0.8 |
Terakhir Diperbarui | 2019-11-24 |
Tanggal Publikasi | 2019-11-24 |
Penilaian | 2.33/5 Total 3 Penilaian |
Pengembang | QubitKernel |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |