youtate

Rotate YouTuBe Video window

Что такое youtate?

youtate - это расширение Chrome, разработанное Sir0xb, и его основная функция - "Rotate YouTuBe Video window".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения youtate

Скачайте файлы расширений youtate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
}