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 |
公式URL | 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" ] } ] } |