REye

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

REye क्या है?

REye jyt321 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "REye is a video assistant that can rotate the video screen. Supports bilibili, youtube ."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में REye एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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:\/\/*\/*"
            ]
        }
    ]
}