Hangout Forever
Keep hanging out without being asked "Are you still there?"
Vad är Hangout Forever?
Hangout Forever är en Chrome-tillägg utvecklad av http://christianbundy.com, och dess huvudfunktion är "Keep hanging out without being asked "Are you still there?"".
Ladda ner Hangout Forever-förlängningens CRX-fil
Ladda ner Hangout Forever-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Grundläggande Information om Tillägg
Namn | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
Officiell webbadress | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Beskrivning | Keep hanging out without being asked "Are you still there?" |
Filstorlek | 66.1 KB |
Antal Installationer | 147 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2013-10-31 |
Publiceringsdatum | 2013-10-31 |
Betyg | 5.00/5 Totalt 9 Betyg |
Utvecklare | http://christianbundy.com |
Betalningssätt | free |
Tilläggswebbplats | http://github.com/ChristianBundy/hangout-forever |
Hjälpsida URL | http://github.com/ChristianBundy/hangout-forever/issues |
Stödda Språk | 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" ] } ] } |