youtube-video-quality-fixer
Chrome Extension for Fixing Highest Video Quality on YouTube.
Hvad er youtube-video-quality-fixer?
youtube-video-quality-fixer er en Chrome-udvidelse udviklet af https://fiahfy.blogspot.com, og dens hovedfunktion er "Chrome Extension for Fixing Highest Video Quality on YouTube.".
Udvidelsesskærmbilleder
Download youtube-video-quality-fixer-udvidelses-CRX-fil
Download youtube-video-quality-fixer-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
- Fix highest available video quality at first. - Set highest video quality.
Grundlæggende oplysninger om udvidelsen
Navn | youtube-video-quality-fixer |
ID | lachijbhhoeimcnjncfhhpmgfgcoagha |
Officiel URL | https://chromewebstore.google.com/detail/youtube-video-quality-fix/lachijbhhoeimcnjncfhhpmgfgcoagha |
Beskrivelse | Chrome Extension for Fixing Highest Video Quality on YouTube. |
Filstørrelse | 90.07 KB |
Antal Installationer | 2,114 |
Nuværende Version | 0.0.11 |
Senest Opdateret | 2023-07-19 |
Udgivelsesdato | 2020-07-01 |
Bedømmelse | 4.08/5 Samlet 25 Bedømmelser |
Udvikler | https://fiahfy.blogspot.com |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } ] } |