youtate

Rotate YouTuBe Video window

youtate क्या है?

youtate Sir0xb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Rotate YouTuBe Video window"।

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

screenshot
screenshot

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

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

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

                        The video can be rotated 90°. The button area is still below. The height of the rotated video is automatically adjusted according to the height of the window. The right-click menu can also be operated.                    

एक्सटेंशन की मूल जानकारी

नाम youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
आधिकारिक URL https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
विवरण Rotate YouTuBe Video window
फ़ाइल का आकार 33.32 KB
स्थापना संख्या 243
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2018-12-19
प्रकाशन तिथि 2018-12-19
रेटिंग 4.67/5 कुल 6 रेटिंग्स
डेवलपर Sir0xb
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "youtate",
    "version": "1.0.0",
    "description": "Rotate YouTuBe Video window",
    "icons": {
        "16": "img\/Actions-transform-rotate-icon.png",
        "48": "img\/Actions-transform-rotate-icon.png",
        "128": "img\/Actions-transform-rotate-icon.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "img\/Actions-transform-rotate-icon.png",
        "default_title": "Rotate YouTuBe Video window"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/watch*"
            ],
            "js": [
                "js\/payload.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "contextMenus",
        "activeTab",
        "declarativeContent"
    ],
    "homepage_url": "https:\/\/boliball.com",
    "omnibox": {
        "keyword": "ro"
    },
    "devtools_page": "devtools.html"
}