TUBETUBE

Put Youtube comments on the video. Youtubeでコメントを流す

TUBETUBE란 무엇입니까?

TUBETUBE은(는) kaimisou에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Put Youtube comments on the video. Youtubeでコメントを流す"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

TUBETUBE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Language: English, 日本語, 中文

TUBETUBE allows you to bring youtube comment to video player just like Niconico (ニコニコ動画).

Try out on your favorate video.
hope it works on your environment and you enjoy it. (ツ)

20/03/31 - some bug fix.

Features

-Able to change comments color
-Randomize comments color
-Able to change comments opacity
-Able to change comments speed
-Able to change comments size
-50+ fonts style
-Lights on/off when video is played
-Popup video to new window
-Show/hide likes of comment
-Show/hide icon of comment user
-Show comments in single-line on top/bottom
-Toggle fullwindow mode (not fullscreen)
-Add/remove banned word to filter for comments
-Add/remove comment length limiter for comments
-Add/remove username to filter for exclusive search
-Show comment with specific time when the seek-bar reach the time once the comment been loaded
-Google translate button for comments which not written in your language                    

확장 프로그램 기본 정보

이름 TUBETUBE TUBETUBE
ID ejhclnkjmajandhndbkphgalemndepgp
공식 URL https://chromewebstore.google.com/detail/tubetube/ejhclnkjmajandhndbkphgalemndepgp
설명 Put Youtube comments on the video. Youtubeでコメントを流す
파일 크기 84.25 MB
설치 횟수 297
현재 버전 0.1.4.0
최근 업데이트 2022-08-24
출시 날짜 2020-04-06
평점 3.67/5 총 3 개의 평점
개발자 kaimisou
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/kaimisou/tubetube
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TUBETUBE",
    "short_name": "TUBETUBE",
    "description": "Put Youtube comments on the video. Youtube\u3067\u30b3\u30e1\u30f3\u30c8\u3092\u6d41\u3059",
    "options_page": "options.html",
    "icons": {
        "16": "images\/tubetube.png",
        "48": "images\/tubetube.png",
        "128": "images\/tubetube.png"
    },
    "version": "0.1.4.0",
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/dws2.voicetext.jp\/*",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "fonts\/*.ttf",
        "script\/*",
        "fonts\/*.otf"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "TUBETUBE"
    },
    "manifest_version": 2
}