YouTube Aspect Ratio Control
Resizer and aspect ratio changer for YouTube videos.
Vad är YouTube Aspect Ratio Control?
YouTube Aspect Ratio Control är en Chrome-tillägg utvecklad av Andrei Felix, och dess huvudfunktion är "Resizer and aspect ratio changer for YouTube videos.".
Tilläggsskärmbilder
Ladda ner YouTube Aspect Ratio Control-förlängningens CRX-fil
Ladda ner YouTube Aspect Ratio Control-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
                        An extension that allows users to view YouTube videos in the correct aspect ratio if they weren't properly encoded by the uploader.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | nibkffljoplhfjjnompgibnkoehbjmmo | 
| Officiell webbadress | https://chromewebstore.google.com/detail/youtube-aspect-ratio-cont/nibkffljoplhfjjnompgibnkoehbjmmo | 
| Beskrivning | Resizer and aspect ratio changer for YouTube videos. | 
| Filstorlek | 35 KB | 
| Antal Installationer | 13,086 | 
| Aktuell Version | 1.0.0.2 | 
| Senast Uppdaterad | 2020-08-04 | 
| Publiceringsdatum | 2018-05-26 | 
| Betyg | 4.37/5 Totalt 133 Betyg | 
| Utvecklare | Andrei Felix | 
| E-post | [email protected] | 
| Betalningssätt | free | 
| Stödda Språk | 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"
            ]
        }
    ]
}  |  |