Youtube Plus

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

Youtube Plus란 무엇입니까?

Youtube Plus은(는) https://urlchatbox.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Show live comments on top of Youtube videos, chat with people watching same video"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Youtube Plus 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}