YouTube List View Mode

Keep YouTube Subscriptions/Channel Videos in List View. Click on the Extension Icon to Open the Menu.

YouTube List View Mode란 무엇입니까?

YouTube List View Mode은(는) Wucha에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keep YouTube Subscriptions/Channel Videos in List View. Click on the Extension Icon to Open the Menu."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

YouTube List View Mode 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ** October UPDATE **
** Optimized and fixed minor improvements.

Added a menu to choose between channel videos, subscriptions, or using both.

Simply install the extension and select the appropriate option from the Menu.

1. Select the 'List View' on YouTube in the Subscriptions section.
2. The extension will not allow the display to be changed to Grid View.

The YouTube List View Extension ensures that your subscriptions and channel videos are always displayed in List View Mode.

If you encounter issues with saving the Default View for Subscriptions or simply prefer watching channel videos in a list format, we have the perfect solution!

We value your feedback and appreciate your suggestions for improvement. Thank you for your continued support!                    

확장 프로그램 기본 정보

이름 YouTube List View Mode YouTube List View Mode
ID gefbgfmdacpikggkopbjdjlpfcmgmkop
공식 URL https://chromewebstore.google.com/detail/youtube-list-view-mode/gefbgfmdacpikggkopbjdjlpfcmgmkop
설명 Keep YouTube Subscriptions/Channel Videos in List View. Click on the Extension Icon to Open the Menu.
파일 크기 233 KB
설치 횟수 219
현재 버전 2.0.5
최근 업데이트 2023-10-09
출시 날짜 2022-11-26
평점 4.50/5 총 6 개의 평점
개발자 Wucha
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://docs.google.com/document/d/e/2PACX-1vR_AdNJRW8pwVT0bKZ3EZZ7m2ptXDR8dnFrV_pXont4rAPGmnJwTxYSDcTHU1xbxAczUS9ZfM-hUYSy/pub
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube List View Mode",
    "description": "Keep YouTube Subscriptions\/Channel Videos in List View. Click on the Extension Icon to Open the Menu.",
    "author": "Nemanja Wucha ~ DISCORD: Wucha",
    "version": "2.0.5",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icon-16x16.png",
        "32": ".\/images\/icon-32x32.png",
        "48": ".\/images\/icon-48x48.png",
        "128": ".\/images\/icon-128x128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "action": {
        "default_title": "Click for Settings",
        "default_popup": ".\/popup.html",
        "default_icons": {
            "16": ".\/images\/icon-16x16.png",
            "32": ".\/images\/icon-32x32.png",
            "48": ".\/images\/icon-48x48.png",
            "128": ".\/images\/icon-128x128.png"
        }
    },
    "permissions": [
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ]
}