Youtube Chat Extension
This extension allows you to chat on YouTube.
Youtube Chat Extension란 무엇입니까?
Youtube Chat Extension은(는) kumarm4에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to chat on YouTube."입니다.
확장 프로그램 스크린샷
Youtube Chat Extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
An extension that allows you to chat with people that are watching the same YouTube video. You can install this extension if you want to chat with friends while watching a YouTube video, or if you want to join a live discussion on a popular video. Youtube Chat Extension is not responsible for any lost or stolen data from direct use or from side effects of installing the extension. Youtube Chat Extension is not meant to transmit sensitive or secure information. Youtube Chat Extension is not responsible for any content that is expressed on it by its users by means of text.
확장 프로그램 기본 정보
이름 | Youtube Chat Extension |
ID | accoddbafphmkcjgfekipkcimhomaenp |
공식 URL | https://chromewebstore.google.com/detail/youtube-chat-extension/accoddbafphmkcjgfekipkcimhomaenp |
설명 | This extension allows you to chat on YouTube. |
파일 크기 | 769 KB |
설치 횟수 | 25 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2020-12-11 |
출시 날짜 | 2020-12-11 |
개발자 | kumarm4 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Youtube Chat Extension", "description": "This extension allows you to chat on YouTube.", "version": "0.0.1", "permissions": [ "tabs" ], "browser_action": { "default_popup": "index.html", "default_title": "Open the popup" }, "icons": { "16": "favicon.ico", "48": "logo48.png", "128": "logo128.png" }, "content_security_policy": "script-src 'self' 'sha256-a7QNwV+1osAC6bXKzzgKk6A6flFr6M\/rAKUL6EiBwzM='; object-src 'self'" } |