youtate
Rotate YouTuBe Video window
Vad är youtate?
youtate är en Chrome-tillägg utvecklad av Sir0xb, och dess huvudfunktion är "Rotate YouTuBe Video window".
Tilläggsskärmbilder
Ladda ner youtate-förlängningens CRX-fil
Ladda ner youtate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | youtate |
ID | gnlldphmfolonkaaajghadnkdhajofoi |
Officiell webbadress | https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi |
Beskrivning | Rotate YouTuBe Video window |
Filstorlek | 33.32 KB |
Antal Installationer | 243 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2018-12-19 |
Publiceringsdatum | 2018-12-19 |
Betyg | 4.67/5 Totalt 6 Betyg |
Utvecklare | Sir0xb |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } |