Hangout Forever
Keep hanging out without being asked "Are you still there?"
Hangout Forever क्या है?
Hangout Forever http://christianbundy.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keep hanging out without being asked "Are you still there?""।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hangout Forever एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } ] } |