Hangout Forever
Keep hanging out without being asked "Are you still there?"
Co je Hangout Forever?
Hangout Forever je rozšíření Chrome vyvinuté http://christianbundy.com, a jeho hlavní funkcí je „Keep hanging out without being asked "Are you still there?"“.
Stáhnout soubor CRX rozšíření Hangout Forever
Stáhněte si soubory rozšíření Hangout Forever ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Základní Informace o Rozšíření
Název | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Oficiální URL | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Popis | Keep hanging out without being asked "Are you still there?" |
Velikost souboru | 66.1 KB |
Počet instalací | 147 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2013-10-31 |
Datum Vydání | 2013-10-31 |
Hodnocení | 5.00/5 Celkem 9 Hodnocení |
Vývojář | http://christianbundy.com |
Typ Platby | free |
Webové stránky Rozšíření | http://github.com/ChristianBundy/hangout-forever |
URL Stránky Nápovědy | http://github.com/ChristianBundy/hangout-forever/issues |
Podporované Jazyky | 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" ] } ] } |