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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
            ]
        }
    ]
}