Hangout Forever v2
Automatically dismisses the "Are you still there?" nag. Updated to handle recent additional hangouts URLs
Hangout Forever v2 क्या है?
Hangout Forever v2 christian.cucchi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automatically dismisses the "Are you still there?" nag. Updated to handle recent additional hangouts URLs"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hangout Forever v2 एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Welcome back to the infinite hangout. Google seem to serve hangouts from multiple URLs these days, which sadly rendered the original extension (authored by Christian Bundy) ineffective. As the original author seems to have ceased development, I've brought it up to speed myself (if you have any issue with this, please do let me know Mr Bundy). Assuming Google don't continue changing the URLs I don't anticipate a frequent update cycle. I do, however, use this extension myself, so if new features are required I will likely add them when I find time. Link to the homepage of the original extension: http://github.com/ChristianBundy/hangout-forever
एक्सटेंशन की मूल जानकारी
नाम | Hangout Forever v2 |
ID | kkimmnnhgngonldemafgjpkdochjalpa |
आधिकारिक URL | https://chromewebstore.google.com/detail/hangout-forever-v2/kkimmnnhgngonldemafgjpkdochjalpa |
विवरण | Automatically dismisses the "Are you still there?" nag. Updated to handle recent additional hangouts URLs |
फ़ाइल का आकार | 62.49 KB |
स्थापना संख्या | 87 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2016-04-10 |
प्रकाशन तिथि | 2016-04-10 |
रेटिंग | 4.50/5 कुल 2 रेटिंग्स |
डेवलपर | christian.cucchi |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hangout Forever v2", "version": "1.0.2", "description": "Automatically dismisses the \"Are you still there?\" nag. Updated to handle recent additional hangouts URLs", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "homepage_url": "http:\/\/github.com\/ChristianBundy\/hangout-forever", "content_scripts": [ { "matches": [ "https:\/\/plus.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] }, { "matches": [ "https:\/\/talkgadget.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] }, { "matches": [ "https:\/\/hangouts.google.com\/hangouts\/_\/*" ], "js": [ "src\/inject\/inject.js" ] } ], "permissions": [ "https:\/\/plus.google.com\/hangouts\/_\/*", "https:\/\/talkgadget.google.com\/hangouts\/_\/*", "https:\/\/hangouts.google.com\/hangouts\/_\/*" ], "short_name": "Hangout4Ever" } |