RotateYoutube

Rotate Youtube Videos

什么是RotateYoutube?

RotateYoutube是由TheMasterKey开发的Chrome扩展程序,该扩展的主要功能是“Rotate Youtube Videos”。

扩展截图

screenshot

下载RotateYoutube扩展crx文件

下载RotateYoutube扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Rotate Youtube Videos for Fun                    

扩展基本信息

名称 RotateYoutube RotateYoutube
ID odhcpcjgkejkhnljelfacpkgmhpllinc
官方URL https://chrome.google.com/webstore/detail/odhcpcjgkejkhnljelfacpkgmhpllinc
简介 Rotate Youtube Videos
文件大小 13.37 KB
安装次数 133
当前版本 1.0.0
更新时间 2020-03-22
上架时间 2020-03-22
开发者 TheMasterKey
付费类型 free
支持的语言 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"
    ]
}