TUBETUBE

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

TUBETUBE क्या है?

TUBETUBE kaimisou द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Put Youtube comments on the video. Youtubeでコメントを流す"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में TUBETUBE एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}