Hangout Forever
Keep hanging out without being asked "Are you still there?"
Hvad er Hangout Forever?
Hangout Forever er en Chrome-udvidelse udviklet af http://christianbundy.com, og dens hovedfunktion er "Keep hanging out without being asked "Are you still there?"".
Download Hangout Forever-udvidelses-CRX-fil
Download Hangout Forever-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Officiel URL | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Beskrivelse | Keep hanging out without being asked "Are you still there?" |
Filstørrelse | 66.1 KB |
Antal Installationer | 147 |
Nuværende Version | 1.0.0 |
Senest Opdateret | 2013-10-31 |
Udgivelsesdato | 2013-10-31 |
Bedømmelse | 5.00/5 Samlet 9 Bedømmelser |
Udvikler | http://christianbundy.com |
Betalingsmetode | free |
Udvidelseswebsted | http://github.com/ChristianBundy/hangout-forever |
Hjælpeside-URL | http://github.com/ChristianBundy/hangout-forever/issues |
Understøttede Sprog | 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" ] } ] } |