Hangout Forever

Keep hanging out without being asked "Are you still there?"

Hangout Foreverคืออะไร?

Hangout Forever เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://christianbundy.com และคุณลักษณะหลักของมันคือ "Keep hanging out without being asked "Are you still there?""

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hangout Forever

ดาวน์โหลดไฟล์ส่วนขยาย Hangout Forever ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Google+ Hangouts automatically ask "Are you still there?" every 90 minutes – this extension automatically simulates clicks "Yes".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Hangout Forever Hangout Forever
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"
            ]
        }
    ]
}