REye

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

REye là gì?

REye là một tiện ích mở rộng Chrome được phát triển bởi jyt321, và tính năng chính của nó là "REye is a video assistant that can rotate the video screen. Supports bilibili, youtube .".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng REye

Tải xuống các tệp mở rộng REye dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

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

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên REye REye
ID geoogknlmjhpkndbjlidpahcclnemnip
URL Chính Thức https://chromewebstore.google.com/detail/reye/geoogknlmjhpkndbjlidpahcclnemnip
Mô tả REye is a video assistant that can rotate the video screen. Supports bilibili, youtube .
Kích Thước Tệp 20.23 KB
Số Lần Cài Đặt 117
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-04-02
Ngày Phát Hành 2020-02-18
Đánh Giá 1.50/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jyt321
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật http://www.jyt321.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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:\/\/*\/*"
            ]
        }
    ]
}