YouTube Aspect Ratio Control
Resizer and aspect ratio changer for YouTube videos.
Hvad er YouTube Aspect Ratio Control?
YouTube Aspect Ratio Control er en Chrome-udvidelse udviklet af Andrei Felix, og dens hovedfunktion er "Resizer and aspect ratio changer for YouTube videos.".
Udvidelsesskærmbilleder
Download YouTube Aspect Ratio Control-udvidelses-CRX-fil
Download YouTube Aspect Ratio Control-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
An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | nibkffljoplhfjjnompgibnkoehbjmmo |
| Officiel URL | https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo |
| Beskrivelse | Resizer and aspect ratio changer for YouTube videos. |
| Filstørrelse | 35 KB |
| Antal Installationer | 13,086 |
| Nuværende Version | 1.0.0.2 |
| Senest Opdateret | 2020-08-04 |
| Udgivelsesdato | 2018-05-26 |
| Bedømmelse | 4.37/5 Samlet 133 Bedømmelser |
| Udvikler | Andrei Felix |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "YouTube Aspect Ratio Control",
"version": "1.0.0.2",
"description": "Resizer and aspect ratio changer for YouTube videos.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"36": "icons\/icon36.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"96": "icons\/icon96.png",
"128": "icons\/icon128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/www.youtube.com\/*",
"https:\/\/www.youtube.com\/*"
],
"all_frames": true,
"run_at": "document_end",
"js": [
"js\/jquery.js",
"js\/aspect-ratio.js"
]
}
]
} | |