WebExtension.net
WebExtension.net

Rotate that Video Player

View on Chrome Web Store
View Rotate that Video Player Chrome Extension on Chrome Web Store
3.6 (133 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Improve your video experience by effortlessly rotating your video clips by 90, 180, or 270 degrees.
Type
Extension
Users
50,000 users
Stefan vd
View author page of Stefan vd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 14, 2013
Version 1.0.6
Manifest version
3
Updated
Updated on October 28, 2024
View on Chrome Web Store
View Rotate that Video Player Chrome Extension on Chrome Web Store
make_chrome_yours/accessibility
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "short_name": "__MSG_nameshort__",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "version": "1.0.6",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "default_title": "__MSG_name__",
        "default_icon": {
            "16": "images\/iconstick16.png",
            "19": "images\/iconstick19.png",
            "20": "images\/iconstick20.png",
            "32": "images\/iconstick32.png",
            "38": "images\/iconstick38.png",
            "40": "images\/iconstick40.png",
            "64": "images\/iconstick64.png"
        },
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self' 'unsafe-inline'; media-src https:\/\/www.stefanvd.net; frame-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content.js",
                "scripts\/rotate.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "name": "__MSG_namefull__",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "commands": {
        "toggle-feature-rotateclockwise": {
            "suggested_key": {
                "default": "Ctrl+Shift+1",
                "mac": "MacCtrl+Shift+1"
            },
            "description": "__MSG_titlerotateclockwise__"
        },
        "toggle-feature-rotatecounter": {
            "suggested_key": {
                "default": "Ctrl+Shift+2",
                "mac": "MacCtrl+Shift+2"
            },
            "description": "__MSG_titlerotatecounter__"
        },
        "toggle-feature-rotatereset": {
            "suggested_key": {
                "default": "Ctrl+Shift+3",
                "mac": "MacCtrl+Shift+3"
            },
            "description": "__MSG_titlerotatereset__"
        }
    },
    "offline_enabled": true,
    "minimum_chrome_version": "114",
    "permissions": [
        "activeTab",
        "scripting",
        "storage",
        "contextMenus"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top