Easy sorting of YouTube(Subscriptions) videos

Sort by type(video or broadcast)

Easy sorting of YouTube(Subscriptions) videos란 무엇입니까?

Easy sorting of YouTube(Subscriptions) videos은(는) 犬々에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sort by type(video or broadcast)"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Easy sorting of YouTube(Subscriptions) videos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        -----

・スクリーンショット

全体(新UI):1枚目(適用前)→2枚目(適用後)
拡大(旧UI):3枚目(適用前)→4枚目(適用後)
ポップアップメニュー:5枚目(+6枚目)

-----

・説明

 YouTube登録チャンネル(subscriptions)ページで読み込まれている動画(枠)に対して、手動で「種類ソート、条件ソート、種類フィルター(◯◯のみ表示)、枠纏め、枠数変更」を行えます

-----

・注意

 現在「グリッド(タイプ)、言語:日本語 / English」表示のみ対応しています。
(他言語は要望次第で可能な範囲の追加となります。)

-----

・その他

 補足説明や更新履歴は拡張機能インストール後のオプションページに記載しています。
 YouTube新UI対応版に移行し、旧UI非対応版となりました(2023/06/09)

-----                    

확장 프로그램 기본 정보

이름 Easy sorting of YouTube(Subscriptions) videos Easy sorting of YouTube(Subscriptions) videos
ID dbkfimhhpafnhedemgpfpohglkjapgfi
공식 URL https://chromewebstore.google.com/detail/easy-sorting-of-youtubesu/dbkfimhhpafnhedemgpfpohglkjapgfi
설명 Sort by type(video or broadcast)
파일 크기 120 KB
설치 횟수 292
현재 버전 1.3.3.9
최근 업데이트 2024-03-05
출시 날짜 2020-08-20
평점 3.33/5 총 3 개의 평점
개발자 犬々
이메일 [email protected]
결제 유형 free
지원되는 언어 ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Easy sorting of YouTube(Subscriptions) videos",
    "description": "Sort by type(video or broadcast)",
    "action": {
        "default_title": "ESoY",
        "default_icon": {
            "19": "action\/default_icon\/19.png"
        },
        "default_popup": "action\/default_popup\/popup.html"
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "version": "1.3.3.9",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "options_page": "options_page\/options.html",
    "background": {
        "service_worker": "background\/service_worker\/storage.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content_scripts\/js\/jquery.js",
                "content_scripts\/js\/sort.js"
            ],
            "css": [
                "content_scripts\/css\/hide.css"
            ]
        }
    ]
}