Google Hangout Keep Online Chrome Extension

Quot, hangout, english, url, google, script, alias, php, set, list, file, chrome, language, map, session

Google Hangout Keep Online for Chrome Download

  • Chrome Extension Page
    Deleted from Chrome Web store
  • Total Number of Extension users:
    763 +
  • Reviewed by :
    8 Chrome Users
  • Author Name:
    en.dklab.ru
Google Hangout Keep Online chrome extension is Auto-join Google Hangout when entering its URL & presses "I am not sleeping" time to time..

Auto-join google hangout when entering its URL & presses "I am not sleeping" time to time..

This script is for you if you want to set up an always-on camera+monitor in your office to keep in touch with your colleagues when your are out of the office.

Features: 1.

Auto-joins a google hangout session when somebody refreshes the page by accident.

2.

automatically presses “I am not sleeping” time to time.

3.

Allows you to have a permanent URL for your hangout, even if it is reloaded and its link is changed.

ATTENTION: requires english google hangout localization!

Does not work for any other language except english.

To turn on English, you should: 1) specify English as a default language in your Google account, 2) specify English as a first-priority language in your browser (for Chrome: Menu – Settings – Show advanced settings… – Languages, move english list item at the 1st place).

If you want to make a constant link for your hangout (bound to your browser), even after the hangout is reloaded and its Google link is changed, you may place the following php script somewhere to your web-server (e.g.

to /google_hangout_keep_online.php) and specify its URL with “Change permalink” button.

This script is a simple url shortener which also allows to modify existed short urls to keep them permanent.

function main() { ini_set(html_errors, false); ini_set(display_errors, true); $file = session_save_path() .

"/google_hangout_keep_online.csv"; $f = @fopen($file, "a+"); if (!$f) { throw new Exception("Cannot open $file for writing: " .

last_error()); } $f = @fopen($file, "r+"); if (!$f) { throw new Exception("Cannot open $file for reading and writing: " .

last_error()); } flock($f, LOCK_EX); $map = array(); foreach (explode("

", stream_get_contents($f)) as $line) { @list ($k, $v) = explode("=", $line); if (!strlen($k) || !strlen($v)) continue; $map[trim($k)] = trim($v); } $alias = trim(get_param(alias)); if (strlen($alias) < 8) { throw new Exception("Alias is too short.

"); } $url = get_param(url, null); if ($url) { $map[$alias] = $url; fseek($f, 0, SEEK_SET); ftruncate($f, 0); foreach ($map as $k => $v) { fwrite($f, "$k = $v

"); } flock($f, LOCK_UN); fclose($f); $url = // .

$_SERVER[HTTP_HOST] .

preg_replace(/.

*/s, , $_SERVER[REQUEST_URI]) .

alias= .

urlencode($alias); echo .

style="whit

Google Hangout Keep Online is deleted from https://chrome.google.com/webstore/. Previously it is on chrome store,its urls is https://chrome.google.com/webstore/detail/google-hangout-keep-onlin/gmknbicinclmgcjpehlboidgjjhiepih

Google Hangout Keep Online Related Chrome Extensions