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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" } |