RotateYoutube

Rotate Youtube Videos

What is RotateYoutube?

RotateYoutube is a Chrome extension developed by TheMasterKey, and its main feature is "Rotate Youtube Videos".

Extension Screenshots

screenshot

Download RotateYoutube Extension CRX File

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

                        Rotate Youtube Videos for Fun                    

Extension Basic Information

Name RotateYoutube RotateYoutube
ID odhcpcjgkejkhnljelfacpkgmhpllinc
Official URL https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc
Description Rotate Youtube Videos
File Size 13.37 KB
Installation Count 133
Current Version 1.0.0
Last Updated 2020-03-22
Publish Date 2020-03-22
Developer TheMasterKey
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RotateYoutube",
    "version": "1.0.0",
    "description": "Rotate Youtube Videos",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "Icon16.png",
        "48": "Icon48.png",
        "128": "Icon128.png"
    },
    "browser_action": {
        "default_title": "RotateYoutube"
    },
    "web_accessible_resources": [
        "script.js"
    ]
}