Hangout Forever
Keep hanging out without being asked "Are you still there?"
Wat is Hangout Forever?
Hangout Forever is een Chrome-extensie ontwikkeld door http://christianbundy.com, en de belangrijkste functie is "Keep hanging out without being asked "Are you still there?"".
Download het CRX-bestand van de extensie Hangout Forever
Download Hangout Forever-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Basisinformatie over de Extensie
Naam | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Officiële URL | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Beschrijving | Keep hanging out without being asked "Are you still there?" |
Bestandsgrootte | 66.1 KB |
Aantal Installaties | 147 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2013-10-31 |
Publicatiedatum | 2013-10-31 |
Beoordeling | 5.00/5 Totaal 9 Beoordelingen |
Ontwikkelaar | http://christianbundy.com |
Betalingswijze | free |
Extensiewebsite | http://github.com/ChristianBundy/hangout-forever |
Help Pagina-URL | http://github.com/ChristianBundy/hangout-forever/issues |
Ondersteunde Talen | 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" ] } ] } |