Youtube Categories

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

Vad är Youtube Categories?

Youtube Categories är en Chrome-tillägg utvecklad av https://deejdesigns.com, och dess huvudfunktion är "Associate youtube channels with a category on the youtube subscription & homepage.".

Tilläggsskärmbilder

screenshot

Ladda ner Youtube Categories-förlängningens CRX-fil

Ladda ner Youtube Categories-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

                        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.                    

Grundläggande Information om Tillägg

Namn Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
Officiell webbadress https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
Beskrivning Associate youtube channels with a category on the youtube subscription & homepage.
Filstorlek 1.8 MB
Antal Installationer 490
Aktuell Version 0.0.5
Senast Uppdaterad 2017-11-13
Publiceringsdatum 2017-11-13
Betyg 3.60/5 Totalt 5 Betyg
Utvecklare https://deejdesigns.com
Betalningssätt free
Stödda Språk 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"
    }
}