BanTuber
Remove(Hide) channels or users from YouTube that you chose
Τι είναι το BanTuber;
Το BanTuber είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yume, και η κύρια λειτουργία του είναι "Remove(Hide) channels or users from YouTube that you chose".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BanTuber
Λήψη αρχείων επέκτασης BanTuber σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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 :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | flaejbmongmbemhpnciiijpgpnhabcne |
Επίσημο URL | https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne |
Περιγραφή | Remove(Hide) channels or users from YouTube that you chose |
Μέγεθος Αρχείου | 34.5 KB |
Αριθμός Εγκαταστάσεων | 113 |
Τρέχουσα Έκδοση | 0.9.1 |
Τελευταία Ενημέρωση | 2015-09-02 |
Ημερομηνία Δημοσίευσης | 2015-09-02 |
Αξιολόγηση | 1.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | yume |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | 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" } |