BanTuber
Remove(Hide) channels or users from YouTube that you chose
Co to jest BanTuber?
BanTuber to rozszerzenie Chrome opracowane przez yume, a jego główną funkcją jest „Remove(Hide) channels or users from YouTube that you chose”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia BanTuber
Pobierz pliki rozszerzeń BanTuber w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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 :)
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | flaejbmongmbemhpnciiijpgpnhabcne |
Oficjalny URL | https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne |
Opis | Remove(Hide) channels or users from YouTube that you chose |
Rozmiar pliku | 34.5 KB |
Liczba instalacji | 113 |
Aktualna Wersja | 0.9.1 |
Ostatnia Aktualizacja | 2015-09-02 |
Data Publikacji | 2015-09-02 |
Ocena | 1.00/5 Łącznie 4 Oceny |
Deweloper | yume |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } |