Groupify - Organize youtube subscriptions

Organize your youtube channels into groups and lists. Access them from Youtube the sidebar, and have fun.

ما هو Groupify - Organize youtube subscriptions؟

Groupify - Organize youtube subscriptions هو إضافة Chrome تم تطويرها بواسطة https://groupify.dev، والميزة الرئيسية لها هي "Organize your youtube channels into groups and lists. Access them from Youtube the sidebar, and have fun.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Groupify - Organize youtube subscriptions

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

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

                        You can use this cool YouTube extension to create collections that fit perfectly into the YouTube layout. It's a super easy way to manage your YouTube subscriptions.

With this extension, you can:

- Create groups of YouTube channels based on topics.
- Group your YouTube subscriptions/channels into collections or groups. You can have multiple collections for one subscription/channel.
- Add a custom icon to your YouTube collections.
- Automatically sync your collections on any browser, just login with the same e-mail.
- Get integration of the extension on the main page left tab of YouTube.
- Easily catch up on your YouTube subscriptions.
- Just install this extension called "groupify".

Once installed, make sure to reload all your YouTube tabs for the extension to start working.                    

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

الاسم Groupify - Organize youtube subscriptions Groupify - Organize youtube subscriptions
ID dmdgaegnpjnnkcbdngfgkhlehlccbija
عنوان URL الرسمي https://chromewebstore.google.com/detail/groupify-organize-youtube/dmdgaegnpjnnkcbdngfgkhlehlccbija
الوصف Organize your youtube channels into groups and lists. Access them from Youtube the sidebar, and have fun.
حجم الملف 2.59 MB
عدد التثبيتات 290
النسخة الحالية 0.1.5
آخر تحديث 2023-11-26
تاريخ النشر 2023-05-20
تقييم 2.00/5 مجموع تقييمات 6
المطور https://groupify.dev
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "icons": {
        "16": "icon16.plasmo.6c567d50.png",
        "32": "icon32.plasmo.76b92899.png",
        "48": "icon48.plasmo.aced7582.png",
        "64": "icon64.plasmo.8bb5e6e0.png",
        "128": "icon128.plasmo.3c1ed2d2.png"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon16.plasmo.6c567d50.png",
            "32": "icon32.plasmo.76b92899.png",
            "48": "icon48.plasmo.aced7582.png",
            "64": "icon64.plasmo.8bb5e6e0.png",
            "128": "icon128.plasmo.3c1ed2d2.png"
        },
        "default_popup": "popup.html"
    },
    "version": "0.1.5",
    "author": "arthurbugan",
    "name": "Groupify - Organize youtube subscriptions",
    "description": "Organize your youtube channels into groups and lists. Access them from Youtube the sidebar, and have fun.",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "GroupDialog.cbb038eb.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "ShortcutAddChannel.8e6c3a3e.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "Sidebar.6ba43710.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "GroupItem.59a2929d.js"
            ],
            "all_frames": true,
            "css": []
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "GroupEditDialog.545c55dd.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "host_permissions": [
        "https:\/\/youtube.com\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "options.html"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "extension_ids": [
                "dmdgaegnpjnnkcbdngfgkhlehlccbija"
            ]
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "GroupDialog.6e038a4b.css"
            ]
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "GroupDialog.6e038a4b.css"
            ]
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "GroupDialog.6e038a4b.css"
            ]
        },
        {
            "matches": [
                "https:\/\/youtube.com\/*",
                "https:\/\/www.youtube.com\/*"
            ],
            "resources": [
                "GroupDialog.6e038a4b.css"
            ]
        }
    ],
    "default_locale": "en"
}