Youtube Plus
Show live comments on top of Youtube videos, chat with people watching same video
O que é Youtube Plus?
Youtube Plus é uma extensão do Chrome desenvolvida por https://urlchatbox.com, e sua principal característica é "Show live comments on top of Youtube videos, chat with people watching same video".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Plus
Baixe arquivos de extensão Youtube Plus no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Youtube Plus |
ID | fgpecdgiijcjpcammohmmjmanehafffc |
URL Oficial | https://chromewebstore.google.com/detail/youtube-plus/fgpecdgiijcjpcammohmmjmanehafffc |
Descrição | Show live comments on top of Youtube videos, chat with people watching same video |
Tamanho do Arquivo | 8.7 MB |
Contagem de Instalações | 846 |
Versão Atual | 3.3.0 |
Última Atualização | 2019-07-02 |
Data de Publicação | 2019-07-02 |
Classificação | 2.86/5 Total de 7 Avaliações |
Desenvolvedor | https://urlchatbox.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://urlchatbox.com/ |
URL da Página de Ajuda | https://forum.urlchatbox.com/ |
URL da Página de Política de Privacidade | https://app.termly.io/document/privacy-policy/df063cf8-d760-4771-8143-51199d5f0b0a |
Idiomas Suportados | 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'" } |