BanTuber
Remove(Hide) channels or users from YouTube that you chose
Apa itu BanTuber?
BanTuber adalah ekstensi Chrome yang dikembangkan oleh yume, dan fitur utamanya adalah "Remove(Hide) channels or users from YouTube that you chose".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BanTuber
Unduh file ekstensi BanTuber 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
You can remove (hide) some channels and users from YouTube by this extension. - Right click on the link of channels/users that you want to clear away. Then click 「Register」 These won't be shown next time. - Edit black list by option menu. - The number shown on icon is the number this removed. - Switch enabled/disabled by click this icon. Enjoy your good streaming life :)
Informasi Dasar Ekstensi
Nama | |
ID | flaejbmongmbemhpnciiijpgpnhabcne |
URL Resmi | https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne |
Deskripsi | Remove(Hide) channels or users from YouTube that you chose |
Ukuran File | 34.5 KB |
Jumlah Instalasi | 113 |
Versi Saat Ini | 0.9.1 |
Terakhir Diperbarui | 2015-09-02 |
Tanggal Publikasi | 2015-09-02 |
Penilaian | 1.00/5 Total 4 Penilaian |
Pengembang | yume |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icons\/icon.png", "default_title": "enable\/disable", "name": "enable\/disable" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/www.youtube.com\/*", "http:\/\/www.youtube.com\/*" ], "run_at": "document_end" } ], "description": "Remove(Hide) channels or users from YouTube that you chose", "icons": { "128": "icons\/icon.png", "16": "icons\/icon.png", "48": "icons\/icon.png" }, "manifest_version": 2, "name": "BanTuber", "options_page": "option.html", "permissions": [ "contextMenus", "storage" ], "version": "0.9.1" } |