Hangout Forever
Keep hanging out without being asked "Are you still there?"
什麼是Hangout Forever?
Hangout Forever是由http://christianbundy.com開發的Chrome擴展程式,該擴展的主要功能是“Keep hanging out without being asked "Are you still there?"”。
下載Hangout Forever擴展crx文件
下載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 |
官方網址 | 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" ] } ] } |