Fern for YouTube

Moves comments to be next to the video on YouTube!

Fern for YouTube란 무엇입니까?

Fern for YouTube은(는) Ahsan Z.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Moves comments to be next to the video on YouTube!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Fern for YouTube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Ever wanted to read YouTube comments and watch the video at the same time without having to scroll down? Well, this extension helps you do just that! 

Fern for YouTube will move comments up and place them right next to the video! If you want to move the comments back down to their original position, you can simply toggle the "disable" button on the extension pane!

Enjoy a better, frustration-free YouTube comments experience with Fern For YouTube!

Note: This product is not affiliated with YouTube or Google in any way.                    

확장 프로그램 기본 정보

이름 Fern for YouTube Fern for YouTube
ID ppgbpdpeihnmhiidcakkjpigfpeajjmk
공식 URL https://chromewebstore.google.com/detail/fern-for-youtube/ppgbpdpeihnmhiidcakkjpigfpeajjmk
설명 Moves comments to be next to the video on YouTube!
파일 크기 37.57 KB
설치 횟수 46
현재 버전 1.0
최근 업데이트 2022-05-12
출시 날짜 2022-05-12
개발자 Ahsan Z.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://fern234234.s3.us-east-2.amazonaws.com/PrivacyPolicy.pdf
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fern for YouTube",
    "description": "Moves comments to be next to the video on YouTube!",
    "version": "1.0",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon16.png",
        "32": "\/images\/icon32.png",
        "48": "\/images\/icon48.png",
        "128": "\/images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "youtube_style.css"
            ],
            "js": [
                "youtube.js"
            ],
            "run_at": "document_idle"
        }
    ]
}