Rotate Google Hangouts

This extension will rotate your google hangouts screen.

What is Rotate Google Hangouts?

Rotate Google Hangouts is a Chrome extension developed by violinagin, and its main feature is "This extension will rotate your google hangouts screen.".

Download Rotate Google Hangouts Extension CRX File

Download Rotate Google 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

                        A simple app to rotate the body of the google hangouts page.                    

Extension Basic Information

Name Rotate Google Hangouts Rotate Google Hangouts
ID cflpbjihpbmfjcnocpjnndneeiiopfii
Official URL https://chrome.google.com/webstore/detail/rotate-google-hangouts/cflpbjihpbmfjcnocpjnndneeiiopfii
Description This extension will rotate your google hangouts screen.
File Size 5.86 KB
Installation Count 450
Current Version 1.0
Last Updated 2014-04-07
Publish Date 2014-04-07
Rating 1.67/5 Total 3 Ratings
Developer violinagin
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotate Google Hangouts",
    "description": "This extension will rotate your google hangouts screen.",
    "version": "1.0",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "browser_action": {
        "default_icon": "icon1.png",
        "default_popup": "popup.html"
    }
}