Youtube Categories

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

Co to jest Youtube Categories?

Youtube Categories to rozszerzenie Chrome opracowane przez https://deejdesigns.com, a jego główną funkcją jest „Associate youtube channels with a category on the youtube subscription & homepage.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Youtube Categories

Pobierz pliki rozszerzeń Youtube Categories 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

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
Oficjalny URL https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
Opis Associate youtube channels with a category on the youtube subscription & homepage.
Rozmiar pliku 1.8 MB
Liczba instalacji 490
Aktualna Wersja 0.0.5
Ostatnia Aktualizacja 2017-11-13
Data Publikacji 2017-11-13
Ocena 3.60/5 Łącznie 5 Oceny
Deweloper https://deejdesigns.com
Typ Płatności free
Obsługiwane Języki 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"
    }
}