TUBETUBE
Put Youtube comments on the video. Youtubeでコメントを流す
TUBETUBEคืออะไร?
TUBETUBE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย kaimisou และคุณลักษณะหลักของมันคือ "Put Youtube comments on the video. Youtubeでコメントを流す"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TUBETUBE
ดาวน์โหลดไฟล์ส่วนขยาย TUBETUBE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
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 } |