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 |
公式URL | 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 |
Eメール | [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" ] } |