Webtalk.io Chat
Webtalk.io is an app that enables users to chat in real-time while browsing any website
O que é Webtalk.io Chat?
Webtalk.io Chat é uma extensão do Chrome desenvolvida por https://webtalk.io, e sua principal característica é "Webtalk.io is an app that enables users to chat in real-time while browsing any website".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Webtalk.io Chat
Baixe arquivos de extensão Webtalk.io Chat 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
Webtalk.io is a free service that enables users to chat in real-time while browsing any website. Just click the plugin icon while browsing any website and you'll see other users who are currently on the same page with you. Join their discussion and share your opinions freely. There is no need to login. It is really easy to express yourself on the Internet without the need to register. For us, staying anonymous is extremely important, so you can chat all over the web without leaving any trace of your activities. Chat with strangers or family, collaborate with friends and colleagues, share your ideas or troll the Internet - http://www.webtalk.io
Informações Básicas da Extensão
Nome | Webtalk.io Chat |
ID | ffjjnbgcfimekdfadlgafngnnchnjgik |
URL Oficial | https://chromewebstore.google.com/detail/webtalkio-chat/ffjjnbgcfimekdfadlgafngnnchnjgik |
Descrição | Webtalk.io is an app that enables users to chat in real-time while browsing any website |
Tamanho do Arquivo | 397 KB |
Contagem de Instalações | 92 |
Versão Atual | 1.0.3 |
Última Atualização | 2014-02-23 |
Data de Publicação | 2014-02-23 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | https://webtalk.io |
Tipo de Pagamento | free |
Site da Extensão | http://www.webtalk.io |
URL da Página de Ajuda | http://blog.webtalk.io |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Webtalk.io Chat", "description": "Webtalk.io is an app that enables users to chat in real-time while browsing any website", "version": "1.0.3", "author": "Rombots Team", "homepage_url": "http:\/\/www.webtalk.io", "short_name": "Webtalk.io", "permissions": [ "http:\/\/www.webtalk.io\/", "activeTab" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "img\/webtalk_logo.png", "default_popup": "chatroom.html" }, "icons": { "16": "img\/webtalk_logo_16.png", "48": "img\/webtalk_logo_48.png", "128": "img\/webtalk_logo_128.png" } } |