youtate
Rotate YouTuBe Video window
Wat is youtate?
youtate is een Chrome-extensie ontwikkeld door Sir0xb, en de belangrijkste functie is "Rotate YouTuBe Video window".
Extensie Screenshots
Download het CRX-bestand van de extensie youtate
Download youtate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | youtate |
ID | gnlldphmfolonkaaajghadnkdhajofoi |
Officiële URL | https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi |
Beschrijving | Rotate YouTuBe Video window |
Bestandsgrootte | 33.32 KB |
Aantal Installaties | 243 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2018-12-19 |
Publicatiedatum | 2018-12-19 |
Beoordeling | 4.67/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Sir0xb |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } |