Comment Reader for YouTube™ (Free)

Read and listen to YouTube™ video comments.

Comment Reader for YouTube™ (Free)란 무엇입니까?

Comment Reader for YouTube™ (Free)은(는) http://mogacha.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read and listen to YouTube™ video comments."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Comment Reader for YouTube™ (Free) 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Read and listen to hundreds of top-level YouTube™ comments for your favorite videos. 

This extension makes reading YouTube™ comments fun and interactive. Use it to check out peer reviews of box office movies and get the inside scoop on the hottest shows.

Customize your interface and enjoy video commentary spoken in a variety of languages. Click to play, pause, and enhance your YouTube™ video experience.

For an even better experience, try out "Comment Reader for YouTube™ PRO"!

Note: The free version of this comment reader may include advertising.

[Features]

✓ Get YouTube™ video comments
✓ Single-click to read comments
✓ Play and pause functionality
✓ Adjust speech to fit your style
✓ Pick custom dialog colors from palette
✓ Customizable extension options

Easy usage with click of extension icon to read comments.
___________________________________________

[Notices]

The comment reader will not work for all videos, considering comments might be disabled or unavailable. If you are experiencing any issues, check the extension options or refresh the browser web page.

YouTube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Comment Reader for YouTube™ (Free) Comment Reader for YouTube™ (Free)
ID honhmenedacnhffjbiagnpaocfllnpfl
공식 URL https://chrome.google.com/webstore/detail/comment-reader-for-youtub/honhmenedacnhffjbiagnpaocfllnpfl
설명 Read and listen to YouTube™ video comments.
파일 크기 95.38 KB
설치 횟수 40
현재 버전 0.4
최근 업데이트 2017-12-18
출시 날짜 2017-12-18
평점 2.33/5 총 3 개의 평점
개발자 http://mogacha.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL http://www.mogacha.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comment Reader for YouTube\u2122 (Free)",
    "short_name": "Comment Reader",
    "description": "Read and listen to YouTube\u2122 video comments.",
    "version": "0.4",
    "permissions": [
        "storage",
        "webNavigation",
        "https:\/\/mogacha.com\/*",
        "https:\/\/www.mogacha.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "css": [
                "ycreader.css"
            ],
            "js": [
                "jquery-2.1.3.min.js",
                "purify.js",
                "parse.js",
                "cache.js",
                "link.js",
                "content.js"
            ]
        }
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "icon-disabled.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}