Hangout Forever
Keep hanging out without being asked "Are you still there?"
O que é Hangout Forever?
Hangout Forever é uma extensão do Chrome desenvolvida por http://christianbundy.com, e sua principal característica é "Keep hanging out without being asked "Are you still there?"".
Baixar o arquivo CRX da Extensão Hangout Forever
Baixe arquivos de extensão Hangout Forever 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
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Informações Básicas da Extensão
Nome | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
URL Oficial | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Descrição | Keep hanging out without being asked "Are you still there?" |
Tamanho do Arquivo | 66.1 KB |
Contagem de Instalações | 147 |
Versão Atual | 1.0.0 |
Última Atualização | 2013-10-31 |
Data de Publicação | 2013-10-31 |
Classificação | 5.00/5 Total de 9 Avaliações |
Desenvolvedor | http://christianbundy.com |
Tipo de Pagamento | free |
Site da Extensão | http://github.com/ChristianBundy/hangout-forever |
URL da Página de Ajuda | http://github.com/ChristianBundy/hangout-forever/issues |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hangout Forever", "version": "1.0.0", "manifest_version": 2, "description": "Keep hanging out without being asked \"Are you still there?\"", "homepage_url": "http:\/\/github.com\/ChristianBundy\/hangout-forever", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/plus.google.com\/hangouts\/_\/*" ], "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |