Youtube Categories

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

ما هو Youtube Categories؟

Youtube Categories هو إضافة Chrome تم تطويرها بواسطة https://deejdesigns.com، والميزة الرئيسية لها هي "Associate youtube channels with a category on the youtube subscription & homepage.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Youtube Categories

قم بتنزيل ملفات الامتداد Youtube Categories بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Youtube Categories Youtube Categories
ID hennlecbpnfiibglfmhmnplnhmioboei
عنوان URL الرسمي https://chromewebstore.google.com/detail/youtube-categories/hennlecbpnfiibglfmhmnplnhmioboei
الوصف Associate youtube channels with a category on the youtube subscription & homepage.
حجم الملف 1.8 MB
عدد التثبيتات 490
النسخة الحالية 0.0.5
آخر تحديث 2017-11-13
تاريخ النشر 2017-11-13
تقييم 3.60/5 مجموع تقييمات 5
المطور https://deejdesigns.com
نوع الدفع free
اللغات المدعومة 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"
    }
}