BanTuber
Remove(Hide) channels or users from YouTube that you chose
Vad är BanTuber?
BanTuber är en Chrome-tillägg utvecklad av yume, och dess huvudfunktion är "Remove(Hide) channels or users from YouTube that you chose".
Tilläggsskärmbilder
Ladda ner BanTuber-förlängningens CRX-fil
Ladda ner BanTuber-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 :)
Grundläggande Information om Tillägg
Namn | |
ID | flaejbmongmbemhpnciiijpgpnhabcne |
Officiell webbadress | https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne |
Beskrivning | Remove(Hide) channels or users from YouTube that you chose |
Filstorlek | 34.5 KB |
Antal Installationer | 113 |
Aktuell Version | 0.9.1 |
Senast Uppdaterad | 2015-09-02 |
Publiceringsdatum | 2015-09-02 |
Betyg | 1.00/5 Totalt 4 Betyg |
Utvecklare | yume |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |