Hangout Forever
Keep hanging out without being asked "Are you still there?"
Co to jest Hangout Forever?
Hangout Forever to rozszerzenie Chrome opracowane przez http://christianbundy.com, a jego główną funkcją jest „Keep hanging out without being asked "Are you still there?"”.
Pobierz plik CRX rozszerzenia Hangout Forever
Pobierz pliki rozszerzeń Hangout Forever w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Oficjalny URL | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Opis | Keep hanging out without being asked "Are you still there?" |
Rozmiar pliku | 66.1 KB |
Liczba instalacji | 147 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2013-10-31 |
Data Publikacji | 2013-10-31 |
Ocena | 5.00/5 Łącznie 9 Oceny |
Deweloper | http://christianbundy.com |
Typ Płatności | free |
Strona Rozszerzenia | http://github.com/ChristianBundy/hangout-forever |
Adres URL Strony Pomocy | http://github.com/ChristianBundy/hangout-forever/issues |
Obsługiwane Języki | 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" ] } ] } |