Hangout Forever
Keep hanging out without being asked "Are you still there?"
Apa itu Hangout Forever?
Hangout Forever adalah ekstensi Chrome yang dikembangkan oleh http://christianbundy.com, dan fitur utamanya adalah "Keep hanging out without being asked "Are you still there?"".
Unduh Berkas CRX Ekstensi Hangout Forever
Unduh file ekstensi Hangout Forever dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".
Informasi Dasar Ekstensi
Nama | |
ID | ncpcbgcjokcaknahnbjobopknodcoegd |
URL Resmi | https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd |
Deskripsi | Keep hanging out without being asked "Are you still there?" |
Ukuran File | 66.1 KB |
Jumlah Instalasi | 147 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2013-10-31 |
Tanggal Publikasi | 2013-10-31 |
Penilaian | 5.00/5 Total 9 Penilaian |
Pengembang | http://christianbundy.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://github.com/ChristianBundy/hangout-forever |
URL Halaman Bantuan | http://github.com/ChristianBundy/hangout-forever/issues |
Bahasa yang Didukung | 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" ] } ] } |