Hangout Forever
Keep hanging out without being asked "Are you still there?"
Что такое Hangout Forever?
Hangout Forever - это расширение Chrome, разработанное http://christianbundy.com, и его основная функция - "Keep hanging out without being asked "Are you still there?"".
Скачать файл CRX расширения Hangout Forever
Скачайте файлы расширений Hangout Forever в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Основная информация о расширении
Название | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Официальный URL | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Описание | Keep hanging out without being asked "Are you still there?" |
Размер файла | 66.1 KB |
Количество установок | 147 |
Текущая Версия | 1.0.0 |
Последнее Обновление | 2013-10-31 |
Дата публикации | 2013-10-31 |
Рейтинг | 5.00/5 Всего 9 оценок |
Разработчик | http://christianbundy.com |
Тип оплаты | free |
Официальный сайт расширения | http://github.com/ChristianBundy/hangout-forever |
URL страницы помощи | http://github.com/ChristianBundy/hangout-forever/issues |
Поддерживаемые языки | 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" ] } ] } |