Dmooji - Live Comments & Danmu(弹幕) on YouTube

An extension for YouTube to show live comments and danmu

Dmooji - Live Comments & Danmu(弹幕) on YouTubeคืออะไร?

Dmooji - Live Comments & Danmu(弹幕) on YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://dmooji.com และคุณลักษณะหลักของมันคือ "An extension for YouTube to show live comments and danmu"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Dmooji - Live Comments & Danmu(弹幕) on YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Dmooji - Live Comments & Danmu(弹幕) on YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Dmooji is a social platform that lets you chat over YouTube videos. The comments, also know as bullet screen or danmu, are time-synched and flow over the video screen from right to left. Just like live streaming and chat with others, but this time you can do this for regular YouTube videos.

How to use Dmooji: 
1. Click “Add to Chrome” and install Dmooji
2. Visit youtube.com.
3. Watch videos and the danmu.
4. Sign in with Google or Facebook social account.
5. Write a danmu to this video.
6. Have fun!

# For more information on how Dmooji works, please take a look at https://www.dmooji.com
If you have any problems or feedback regarding Dmooji, write to us at [email protected] 

# If you have some privacy concerns, please take a look at our Privacy Policy and FAQ pages
Privacy Policy - https://www.privacypolicygenerator.info/live.php?token=6eE0Gae3bDd6IEWqZxmAfqPcu0juFul6
FAQ - https://www.dmooji.com/faqs

Join Dmooji now and have fun with others while watch the YouTube videos!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Dmooji - Live Comments & Danmu(弹幕) on YouTube Dmooji - Live Comments & Danmu(弹幕) on YouTube
ID dcacgbaadlgfnmcpjncoobionpjnbnih
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/dmooji-live-comments-danm/dcacgbaadlgfnmcpjncoobionpjnbnih
คำอธิบาย An extension for YouTube to show live comments and danmu
ขนาดไฟล์ 907 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.12.0
อัปเดตครั้งล่าสุด 2021-11-01
วันที่เผยแพร่ 2019-09-01
คะแนน 4.79/5 รวมทั้งหมด 1722 คะแนน
ผู้พัฒนา https://dmooji.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.dmooji.com
URL หน้าช่วยเหลือ https://www.dmooji.com/faqs
URL หน้านโยบายความเป็นส่วนตัว https://www.privacypolicygenerator.info/live.php?token=6eE0Gae3bDd6IEWqZxmAfqPcu0juFul6
ภาษาที่รองรับ en,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "version": "1.12.0",
    "permissions": [
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "page": "background.html",
        "persistent": false
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Dmooji",
        "default_icon": {
            "16": "images\/logo16.png",
            "32": "images\/logo32.png",
            "48": "images\/logo48.png",
            "128": "images\/logo128.png",
            "256": "images\/logo128.png"
        }
    },
    "icons": {
        "16": "images\/logo16.png",
        "32": "images\/logo32.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png",
        "256": "images\/logo128.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "39.0",
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com\/ https:\/\/apis.google.com\/ http:\/\/localhost:3000\/; object-src 'self'"
}