Hangout Forever
Keep hanging out without being asked "Are you still there?"
What is Hangout Forever?
Hangout Forever is a Chrome extension developed by http://christianbundy.com, and its main feature is "Keep hanging out without being asked "Are you still there?"".
Download Hangout Forever Extension CRX File
Download Hangout Forever extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Extension Basic Information
Name | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Official URL | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Description | Keep hanging out without being asked "Are you still there?" |
File Size | 66.1 KB |
Installation Count | 147 |
Current Version | 1.0.0 |
Last Updated | 2013-10-31 |
Publish Date | 2013-10-31 |
Rating | 5.00/5 Total 9 Ratings |
Developer | http://christianbundy.com |
Payment Type | free |
Extension Website | http://github.com/ChristianBundy/hangout-forever |
Help Page URL | http://github.com/ChristianBundy/hangout-forever/issues |
Supported Languages | 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" ] } ] } |