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」です。
拡張機能のスクリーンショット
Youtube Plus拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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'"
} | |