Rotate

This extensions messes with your head

What is Rotate?

Rotate is a Chrome extension developed by mtsquire, and its main feature is "This extensions messes with your head".

Extension Screenshots

screenshot

Download Rotate Extension CRX File

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

                        Mess with your co-workers. Install this plugin to rotate every page by .5 degrees :).                    

Extension Basic Information

Name Rotate Rotate
ID kgemaifmnoknnfbecnjdimmjpjhaioec
Official URL https://chrome.google.com/webstore/detail/rotate/kgemaifmnoknnfbecnjdimmjpjhaioec
Description This extensions messes with your head
File Size 4.2 KB
Installation Count 56
Current Version 1.1
Last Updated 2015-11-04
Publish Date 2015-11-04
Rating 4.33/5 Total 3 Ratings
Developer mtsquire
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Rotate",
    "description": "This extensions messes with your head",
    "version": "1.1",
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "yourcss.css"
            ]
        }
    ]
}