Hangout Forever

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

Hangout Forever là gì?

Hangout Forever là một tiện ích mở rộng Chrome được phát triển bởi http://christianbundy.com, và tính năng chính của nó là "Keep hanging out without being asked "Are you still there?"".

Tải xuống tệp CRX của tiện ích mở rộng Hangout Forever

Tải xuống các tệp mở rộng Hangout Forever dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hangout Forever Hangout Forever
ID ncpcbgcjokcaknahnbjobopknodcoegd
URL Chính Thức https://chrome.google.com/webstore/detail/hangout-forever/ncpcbgcjokcaknahnbjobopknodcoegd
Mô tả Keep hanging out without being asked "Are you still there?"
Kích Thước Tệp 66.1 KB
Số Lần Cài Đặt 147
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2013-10-31
Ngày Phát Hành 2013-10-31
Đánh Giá 5.00/5 Tổng số 9 Đánh Giá
Nhà Phát Triển http://christianbundy.com
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/ChristianBundy/hangout-forever
URL Trang Trợ Giúp http://github.com/ChristianBundy/hangout-forever/issues
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}