Youtube Tabs - Subscription Organization Tool
Tidy up your Youtube subscription list with tab organization features
什麼是Youtube Tabs - Subscription Organization Tool?
Youtube Tabs - Subscription Organization Tool是由Geek Overdrive Studio開發的Chrome擴展程式,該擴展的主要功能是“Tidy up your Youtube subscription list with tab organization features”。
擴展截圖
下載Youtube Tabs - Subscription Organization Tool擴展crx文件
下載Youtube Tabs - Subscription Organization Tool擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Youtube Tabs - Subscription Organization Tool |
ID | jfdifkfmidcljpedkckpampdeffhlfhn |
官方網址 | https://chromewebstore.google.com/detail/youtube-tabs-subscription/jfdifkfmidcljpedkckpampdeffhlfhn |
簡介 | Tidy up your Youtube subscription list with tab organization features |
檔案大小 | 42.57 KB |
安裝次數 | 2,879 |
目前版本 | 2.0.11 |
更新時間 | 2024-02-05 |
上架時間 | 2021-03-02 |
評分 | 4.11/5 共 27 次評分 |
開發者 | Geek Overdrive Studio |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |