Hangout Forever
Keep hanging out without being asked "Are you still there?"
Qu'est-ce que Hangout Forever ?
Hangout Forever est une extension Chrome développée par http://christianbundy.com, et sa fonction principale est "Keep hanging out without being asked "Are you still there?"".
Télécharger le fichier CRX de l'extension Hangout Forever
Téléchargez les fichiers d'extension Hangout Forever au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Informations de Base sur l'Extension
Nom | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
URL Officiel | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Description | Keep hanging out without being asked "Are you still there?" |
Taille du Fichier | 66.1 KB |
Nombre d'Installations | 147 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2013-10-31 |
Date de Publication | 2013-10-31 |
Évaluation | 5.00/5 Total 9 Évaluations |
Développeur | http://christianbundy.com |
Type de Paiement | free |
Site Web de l'Extension | http://github.com/ChristianBundy/hangout-forever |
URL de la Page d'Aide | http://github.com/ChristianBundy/hangout-forever/issues |
Langues Prises en Charge | 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" ] } ] } |