REye

REye is a video assistant that can rotate the video screen. Supports bilibili, youtube .

REyeとは何ですか?

REyeはjyt321によって開発されたChromeの拡張機能で、その主な機能は「REye is a video assistant that can rotate the video screen. Supports bilibili, youtube .」です。

拡張機能のスクリーンショット

screenshot
screenshot

REye拡張機能のCRXファイルをダウンロード

REye拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        REye 是一个视频助手,可以旋转视频画面.支持bilibili.

REye是个B站视频助手, 可以旋转视频画面. 再也不用说 "治好我的颈椎病了".  

安装完成后进入播放的视频页面,点击右下角的 "正时针旋转90°" 按钮就可以旋转视频画面了.                    

拡張機能の基本情報

名前 REye REye
ID geoogknlmjhpkndbjlidpahcclnemnip
公式URL https://chromewebstore.google.com/detail/reye/geoogknlmjhpkndbjlidpahcclnemnip
説明 REye is a video assistant that can rotate the video screen. Supports bilibili, youtube .
ファイルサイズ 20.23 KB
インストール数 117
現在のバージョン 1.0.4
最終更新日 2022-04-02
公開日 2020-02-18
評価 1.50/5 合計 2 レビュー
開発者 jyt321
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL http://www.jyt321.com/privacy
対応言語 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extName__",
    "short_name": "__MSG_extShortName__",
    "version": "1.0.4",
    "default_locale": "zh_CN",
    "description": "__MSG_extDesc__",
    "icons": {
        "12": "images\/icon_12.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "homepage_url": "http:\/\/www.jyt321.com\/",
    "author": "admin ",
    "permissions": [
        "notifications",
        "storage"
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "reye",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-script.js"
            ],
            "css": [
                "content.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/rotate.png"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}