youtate

Rotate YouTuBe Video window

Qu'est-ce que youtate ?

youtate est une extension Chrome développée par Sir0xb, et sa fonction principale est "Rotate YouTuBe Video window".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension youtate

Téléchargez les fichiers d'extension youtate au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom youtate youtate
ID gnlldphmfolonkaaajghadnkdhajofoi
URL Officiel https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi
Description Rotate YouTuBe Video window
Taille du Fichier 33.32 KB
Nombre d'Installations 243
Version Actuelle 1.0.0
Dernière Mise à Jour 2018-12-19
Date de Publication 2018-12-19
Évaluation 4.67/5 Total 6 Évaluations
Développeur Sir0xb
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}