Youtube Tabs - Subscription Organization Tool

Tidy up your Youtube subscription list with tab organization features

Youtube Tabs - Subscription Organization Tool là gì?

Youtube Tabs - Subscription Organization Tool là một tiện ích mở rộng Chrome được phát triển bởi Geek Overdrive Studio, và tính năng chính của nó là "Tidy up your Youtube subscription list with tab organization features".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Tabs - Subscription Organization Tool

Tải xuống các tệp mở rộng Youtube Tabs - Subscription Organization Tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Say no more to enormous and cumbersome lists of subscriptions. Group your subscriptions just how you want them quickly and easily directly from the sidebar!

The Youtube Tabs extension builds functionality into the Youtube UI, allowing you to easily sort your subscriptions into different tabs within the side-menu of Youtube itself.

• Create tabs within the subscription panel
• Select and organize your subscriptions directly from the side-panel
• Customize names and colors
• Favorite subscriptions
• Show/Hide tabs
• Move tabs around to have your favorite subscriptions right where you want them
• Quick-menu for organizing a new subscriptions

Simply install, activate, and navigate to Youtube. A help/info menu will open showing you all the functions of the extension as well as the newest updates.

WARNING: Cloud saving has not been implemented yet. You can backup your tab data via the import/export buttons in the help menu (Accessible via the "?" button in the Subscriptions header). If you clear your browser's local data (or reset/uninstall your browser) without a backup copy, your tab data will be lost.

Note: The functionality for this extension removes the ability to drag the scroll bar in the subscriptions panel. This is a minor inconvenience that unfortunately could not be avoided, although this may change in a future update.

Currently tested on Chromium and Firefox browsers.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Tabs - Subscription Organization Tool Youtube Tabs - Subscription Organization Tool
ID jfdifkfmidcljpedkckpampdeffhlfhn
URL Chính Thức https://chromewebstore.google.com/detail/youtube-tabs-subscription/jfdifkfmidcljpedkckpampdeffhlfhn
Mô tả Tidy up your Youtube subscription list with tab organization features
Kích Thước Tệp 42.57 KB
Số Lần Cài Đặt 2,879
Phiên Bản Hiện Tại 2.0.11
Cập Nhật Lần Cuối 2024-02-05
Ngày Phát Hành 2021-03-02
Đánh Giá 4.11/5 Tổng số 27 Đánh Giá
Nhà Phát Triển Geek Overdrive Studio
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Tabs - Subscription Organization Tool",
    "description": "Tidy up your Youtube subscription list with tab organization features",
    "version": "2.0.11",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "iro.min.js",
                "youtube-tabs.js"
            ],
            "css": [
                "tabs.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "help.html"
    ]
}