Hangout Forever v2
Automatically dismisses the "Are you still there?" nag. Updated to handle recent additional hangouts URLs
什麼是Hangout Forever v2?
Hangout Forever v2是由christian.cucchi開發的Chrome擴展程式,該擴展的主要功能是“Automatically dismisses the "Are you still there?" nag. Updated to handle recent additional hangouts URLs”。
擴展截圖
下載Hangout Forever v2擴展crx文件
下載Hangout Forever v2擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Welcome back to the infinite hangout. Google seem to serve hangouts from multiple URLs these days, which sadly rendered the original extension (authored by Christian Bundy) ineffective. As the original author seems to have ceased development, I've brought it up to speed myself (if you have any issue with this, please do let me know Mr Bundy). Assuming Google don't continue changing the URLs I don't anticipate a frequent update cycle. I do, however, use this extension myself, so if new features are required I will likely add them when I find time. Link to the homepage of the original extension: http://github.com/ChristianBundy/hangout-forever
擴展基本資訊
名稱 | Hangout Forever v2 |
ID | kkimmnnhgngonldemafgjpkdochjalpa |
官方網址 | https://chromewebstore.google.com/detail/hangout-forever-v2/kkimmnnhgngonldemafgjpkdochjalpa |
簡介 | Automatically dismisses the "Are you still there?" nag. Updated to handle recent additional hangouts URLs |
檔案大小 | 62.49 KB |
安裝次數 | 87 |
目前版本 | 1.0.2 |
更新時間 | 2016-04-10 |
上架時間 | 2016-04-10 |
評分 | 4.50/5 共 2 次評分 |
開發者 | christian.cucchi |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangout Forever v2", "version": "1.0.2", "description": "Automatically dismisses the \"Are you still there?\" nag. Updated to handle recent additional hangouts URLs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "http:\/\/github.com\/ChristianBundy\/hangout-forever", "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] }, { "matches": [ "https:\/\/talkgadget.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] }, { "matches": [ "https:\/\/hangouts.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "permissions": [ "https:\/\/plus.google.com\/hangouts\/_\/*", "https:\/\/talkgadget.google.com\/hangouts\/_\/*", "https:\/\/hangouts.google.com\/hangouts\/_\/*" ], "short_name": "Hangout4Ever" } |