youtate
Rotate YouTuBe Video window
Hvad er youtate?
youtate er en Chrome-udvidelse udviklet af Sir0xb, og dens hovedfunktion er "Rotate YouTuBe Video window".
Udvidelsesskærmbilleder
Download youtate-udvidelses-CRX-fil
Download youtate-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | gnlldphmfolonkaaajghadnkdhajofoi |
| Officiel URL | https://chromewebstore.google.com/detail/youtate/gnlldphmfolonkaaajghadnkdhajofoi |
| Beskrivelse | Rotate YouTuBe Video window |
| Filstørrelse | 33.32 KB |
| Antal Installationer | 243 |
| Nuværende Version | 1.0.0 |
| Senest Opdateret | 2018-12-19 |
| Udgivelsesdato | 2018-12-19 |
| Bedømmelse | 4.67/5 Samlet 6 Bedømmelser |
| Udvikler | Sir0xb |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
} | |