youtube-video-quality-fixer
Chrome Extension for Fixing Highest Video Quality on YouTube.
What is youtube-video-quality-fixer?
youtube-video-quality-fixer is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Fixing Highest Video Quality on YouTube.".
Extension Screenshots
Download youtube-video-quality-fixer Extension CRX File
Download youtube-video-quality-fixer 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
- Fix highest available video quality at first. - Set highest video quality.
Extension Basic Information
Name | youtube-video-quality-fixer |
ID | lachijbhhoeimcnjncfhhpmgfgcoagha |
Official URL | https://chromewebstore.google.com/detail/youtube-video-quality-fix/lachijbhhoeimcnjncfhhpmgfgcoagha |
Description | Chrome Extension for Fixing Highest Video Quality on YouTube. |
File Size | 90.07 KB |
Installation Count | 2,114 |
Current Version | 0.0.11 |
Last Updated | 2023-07-19 |
Publish Date | 2020-07-01 |
Rating | 4.08/5 Total 25 Ratings |
Developer | https://fiahfy.blogspot.com |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "youtube-video-quality-fixer", "description": "Chrome Extension for Fixing Highest Video Quality on YouTube.", "version": "0.0.11", "manifest_version": 3, "icons": { "128": "icon.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script.ts-loader-d60a5ec9.js" ], "matches": [ "https:\/\/www.youtube.com\/*" ], "css": [ "assets\/content-script-a471751b.css" ] } ], "action": { "default_icon": "icon.png", "default_popup": "src\/popup.html" }, "permissions": [ "storage" ], "host_permissions": [ "https:\/\/www.youtube.com\/*" ], "web_accessible_resources": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "resources": [ "assets\/content-script.ts-28a58339.js" ], "use_dynamic_url": true } ] } |