Auto Adjusting for Youtube
Adjust Youtube video quality and make player wide automatically
What is Auto Adjusting for Youtube?
Auto Adjusting for Youtube is a Chrome extension developed by Mingc, and its main feature is "Adjust Youtube video quality and make player wide automatically".
Extension Screenshots
Download Auto Adjusting for Youtube Extension CRX File
Download Auto Adjusting for Youtube extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Just keep it simple and clean. No Ad injection! NEVER track you!
Extension Basic Information
Name | |
ID | lhobbnhfgailbhfjahkkiepjekgllmej |
Official URL | https://chrome.google.com/webstore/detail/auto-adjusting-for-youtub/lhobbnhfgailbhfjahkkiepjekgllmej |
Description | Adjust Youtube video quality and make player wide automatically |
File Size | 13.69 KB |
Installation Count | 111 |
Current Version | 1.0.5 |
Last Updated | 2013-12-07 |
Publish Date | 2013-12-07 |
Rating | 4.00/5 Total 7 Ratings |
Developer | Mingc |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://[email protected] |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Auto Adjusting for Youtube", "short_name": "AA for Youtube", "description": "Adjust Youtube video quality and make player wide automatically", "version": "1.0.5", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/watch*" ], "js": [ "youtube.js" ], "run_at": "document_end" } ], "options_page": "options.html", "permissions": [ "*:\/\/www.youtube.com\/*", "storage" ] } |