Move Youtube comments to sidebar

Make the YouTube comments section visible from the sidebar

Move Youtube comments to sidebar란 무엇입니까?

Move Youtube comments to sidebar은(는) yakisova41에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make the YouTube comments section visible from the sidebar"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Move Youtube comments to sidebar 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Enable to switch position of YouTube comment section between sidebar and standard position                    

확장 프로그램 기본 정보

이름 Move Youtube comments to sidebar Move Youtube comments to sidebar
ID hnapbpaieifipkfhlfplmgmacjegjhmh
공식 URL https://chromewebstore.google.com/detail/move-youtube-comments-to/hnapbpaieifipkfhlfplmgmacjegjhmh
설명 Make the YouTube comments section visible from the sidebar
파일 크기 10.4 KB
설치 횟수 79
현재 버전 1.0.1
최근 업데이트 2023-04-02
출시 날짜 2023-01-21
평점 2.50/5 총 2 개의 평점
개발자 yakisova41
이메일 [email protected]
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_Name__",
    "short_name": "mycs",
    "version": "1.0.1",
    "manifest_version": 3,
    "description": "__MSG_Description__",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "embed.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ],
    "default_locale": "en",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}