Youtube Plus

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

Youtube Plus là gì?

Youtube Plus là một tiện ích mở rộng Chrome được phát triển bởi https://urlchatbox.com, và tính năng chính của nó là "Show live comments on top of Youtube videos, chat with people watching same video".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Youtube Plus

Tải xuống các tệp mở rộng Youtube Plus dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Youtube Plus Youtube Plus
ID fgpecdgiijcjpcammohmmjmanehafffc
URL Chính Thức https://chromewebstore.google.com/detail/youtube-plus/fgpecdgiijcjpcammohmmjmanehafffc
Mô tả Show live comments on top of Youtube videos, chat with people watching same video
Kích Thước Tệp 8.7 MB
Số Lần Cài Đặt 846
Phiên Bản Hiện Tại 3.3.0
Cập Nhật Lần Cuối 2019-07-02
Ngày Phát Hành 2019-07-02
Đánh Giá 2.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://urlchatbox.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://urlchatbox.com/
URL Trang Trợ Giúp https://forum.urlchatbox.com/
URL Trang Chính Sách Bảo Mật https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a
Ngôn Ngữ Được Hỗ Trợ 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'"
}