Youtube Categories

Associate youtube channels with a category on the youtube subscription & homepage.

O que é Youtube Categories?

Youtube Categories é uma extensão do Chrome desenvolvida por https://deejdesigns.com, e sua principal característica é "Associate youtube channels with a category on the youtube subscription & homepage.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Categories

Baixe arquivos de extensão Youtube Categories no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        Associate youtube channels with a category on the subscription page. 

WARNING!
This is only currently for my personal use. If enough people show interest I'll add additional features like allowing filtering by category and adding your own custom categories. I've only released it on the store so I can sync data from this plugin across multiple computers.

Update: This plugin no longer requires the Youtube Subscription Grid plugin.                    

Informações Básicas da Extensão

Nome Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
URL Oficial https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
Descrição Associate youtube channels with a category on the youtube subscription & homepage.
Tamanho do Arquivo 1.8 MB
Contagem de Instalações 490
Versão Atual 0.0.5
Última Atualização 2017-11-13
Data de Publicação 2017-11-13
Classificação 3.60/5 Total de 5 Avaliações
Desenvolvedor https://deejdesigns.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Youtube Categories",
    "description": "Associate youtube channels with a category on the youtube subscription & homepage.",
    "version": "0.0.5",
    "author": "DeejDesigns.com",
    "web_accessible_resources": [
        "\/scripts\/jquery-1.10.1.min.map"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/feed\/subscriptions",
                "https:\/\/www.youtube.com\/feed\/subscriptions?*",
                "https:\/\/www.youtube.com\/"
            ],
            "js": [
                "\/scripts\/jquery.js",
                "\/scripts\/script.js"
            ],
            "css": [
                "\/styles\/style.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon.png"
    }
}