Hangout Forever
Keep hanging out without being asked "Are you still there?"
Cos'è Hangout Forever?
Hangout Forever è un'estensione di Chrome sviluppata da http://christianbundy.com, e la sua funzione principale è "Keep hanging out without being asked "Are you still there?"".
Scarica il file CRX dell'estensione Hangout Forever
Scarica i file di estensione Hangout Forever in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Informazioni di Base sull'Estensione
Nome | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
URL Ufficiale | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Descrizione | Keep hanging out without being asked "Are you still there?" |
Dimensione del File | 66.1 KB |
Conteggio Installazioni | 147 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-10-31 |
Data di Pubblicazione | 2013-10-31 |
Valutazione | 5.00/5 Totale 9 Valutazioni |
Sviluppatore | http://christianbundy.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://github.com/ChristianBundy/hangout-forever |
URL della Pagina di Aiuto | http://github.com/ChristianBundy/hangout-forever/issues |
Lingue Supportate | 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" ] } ] } |