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".
Снимки экрана расширения
Скачать файл 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 |
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'" } |