Youtube Plus

Show live comments on top of Youtube videos, chat with people watching same video

Youtube Plusคืออะไร?

Youtube Plus เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://urlchatbox.com และคุณลักษณะหลักของมันคือ "Show live comments on top of Youtube videos, chat with people watching same video"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Youtube Plus

ดาวน์โหลดไฟล์ส่วนขยาย Youtube Plus ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        UPDATE: 
Please use https://chrome.google.com/webstore/detail/same-page/bldcellajihanglphncgjmceklbibjkk  instead!

Display comments with timestamp on top of Youtube video at the corresponding time, the video is a lot more fun with realtime comments!

Moreover, you can live chat with people who are watching the same video or send private message to other Youtube users.                    

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

ชื่อ Youtube Plus Youtube Plus
ID fgpecdgiijcjpcammohmmjmanehafffc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/youtube-plus/fgpecdgiijcjpcammohmmjmanehafffc
คำอธิบาย Show live comments on top of Youtube videos, chat with people watching same video
ขนาดไฟล์ 8.7 MB
จำนวนการติดตั้ง 846
เวอร์ชันปัจจุบัน 3.3.0
อัปเดตครั้งล่าสุด 2019-07-02
วันที่เผยแพร่ 2019-07-02
คะแนน 2.86/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา https://urlchatbox.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://urlchatbox.com/
URL หน้าช่วยเหลือ https://forum.urlchatbox.com/
URL หน้านโยบายความเป็นส่วนตัว https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a
ภาษาที่รองรับ en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "3.3.0",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "chatbox-only\/content.js",
                "content-static\/js\/main.js"
            ],
            "css": [
                "content-static\/css\/main.css"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon.png"
    },
    "browser_action": {
        "default_title": "__MSG_appName__",
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "chatbox-only\/*",
        "duonao.js"
    ],
    "content_security_policy": "script-src 'self' 'sha256-bH2qD9pIoGgLVuJI7bW66arvunk7q1Y5dZZ8z5RLN\/Q='; object-src 'self'"
}