BanTuber

Remove(Hide) channels or users from YouTube that you chose

Co je BanTuber?

BanTuber je rozšíření Chrome vyvinuté yume, a jeho hlavní funkcí je „Remove(Hide) channels or users from YouTube that you chose“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření BanTuber

Stáhněte si soubory rozšíření BanTuber ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název BanTuber BanTuber
ID flaejbmongmbemhpnciiijpgpnhabcne
Oficiální URL https://chrome.google.com/webstore/detail/bantuber/flaejbmongmbemhpnciiijpgpnhabcne
Popis Remove(Hide) channels or users from YouTube that you chose
Velikost souboru 34.5 KB
Počet instalací 113
Aktuální Verze 0.9.1
Poslední Aktualizace 2015-09-02
Datum Vydání 2015-09-02
Hodnocení 1.00/5 Celkem 4 Hodnocení
Vývojář yume
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
}