Original Hangouts
Use the original video hangouts by default.
What is Original Hangouts?
Original Hangouts is a Chrome extension developed by Colton B, and its main feature is "Use the original video hangouts by default.".
Download Original Hangouts Extension CRX File
Download Original Hangouts extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Use the old version of video hangouts by default. v1.0.2 simply has more restrictive permissions. Nothing else has changed.
Extension Basic Information
Name | ![]() |
ID | ekgdhmnamippmhmnmklbfgkbkljpkcda |
Official URL | https://chrome.google.com/webstore/detail/original-hangouts/ekgdhmnamippmhmnmklbfgkbkljpkcda |
Description | Use the original video hangouts by default. |
File Size | 3.32 KB |
Installation Count | 151 |
Current Version | 1.0.2 |
Last Updated | 2016-01-24 |
Publish Date | 2016-01-24 |
Rating | 4.43/5 Total 7 Ratings |
Developer | Colton B |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Original Hangouts", "author": "Colton B", "version": "1.0.2", "description": "Use the original video hangouts by default.", "background": { "scripts": [ "background.js" ] }, "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/talkgadget.google.com\/hangouts\/*", "*:\/\/plus.google.com\/hangouts\/*", "*:\/\/hangouts.google.com\/hangouts\/*" ] } |