youtate

Rotate YouTuBe Video window

What is youtate?

youtate is a Chrome extension developed by Sir0xb, and its main feature is "Rotate YouTuBe Video window".

Extension Screenshots

screenshot
screenshot

Download youtate Extension CRX File

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

                        The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.                    

Extension Basic Information

Name youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
Official URL https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
Description Rotate YouTuBe Video window
File Size 33.32 KB
Installation Count 243
Current Version 1.0.0
Last Updated 2018-12-19
Publish Date 2018-12-19
Rating 4.67/5 Total 6 Ratings
Developer Sir0xb
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "youtate",
    "version": "1.0.0",
    "description": "Rotate YouTuBe Video window",
    "icons": {
        "16": "img\/Actions-transform-rotate-icon.png",
        "48": "img\/Actions-transform-rotate-icon.png",
        "128": "img\/Actions-transform-rotate-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Actions-transform-rotate-icon.png",
        "default_title": "Rotate YouTuBe Video window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/boliball.com",
    "omnibox": {
        "keyword": "ro"
    },
    "devtools_page": "devtools.html"
}