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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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" ] } |