The extension has a reasonable user base of 4,000 users with a solid 4.1-star rating from 40 reviews, indicating generally positive user experiences. The functionality aligns with its stated purpose of managing YouTube video quality settings. The extension uses Manifest V3, which provides better security controls than older versions.
The primary concern is the storage permission, which allows the extension to store data locally on your device. While this is necessary for remembering your video quality preferences across YouTube sessions, it does create a potential privacy consideration as the extension could theoretically store other types of data. The content script injection on YouTube domains is appropriate for the extension's functionality but does mean the extension has access to YouTube page content.
The extension lacks detailed developer information, which reduces transparency about who created and maintains it. Additionally, no last updated date is provided, making it difficult to assess how actively maintained the extension is.
This extension presents minimal security risk for most users. The permissions requested are reasonable and necessary for its stated functionality. Users concerned about data storage can monitor what information the extension saves through Chrome's developer tools. Consider running it in a separate profile only if you're particularly privacy-conscious, though this level of precaution isn't necessary for most users given the low risk assessment.
| https://clients2.google.com/service/update2/crx | https://mybrowseraddon.com/youtube-hd-lq.html |
{ "name": "Auto HD|LQ for YouTube™", "icons": { "16": "data/icons/16.png", "32": "data/icons/32.png", "48": "data/icons/48.png", "64": "data/icons/64.png", "128": "data/icons/128.png" }, "action": { "default_icon": { "16": "data/icons/16.png", "32": "data/icons/32.png", "48": "data/icons/48.png", "64": "data/icons/64.png" }, "default_popup": "data/popup/popup.html", "default_title": "Auto HD|LQ for YouTube™" }, "version": "0.1.9", "commands": { "_execute_action": {} }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Play YouTube videos in the highest or lowest available quality.", "permissions": [ "storage" ], "homepage_url": "https://mybrowseraddon.com/youtube-hd-lq.html", "content_scripts": [ { "js": [ "data/content_script/inject.js" ], "run_at": "document_start", "matches": [ "*://*.youtube.com/*" ], "all_frames": true } ], "manifest_version": 3, "web_accessible_resources": [ { "matches": [ "*://*.youtube.com/*" ], "resources": [ "data/content_script/page_context/*" ] } ] }
ⓘ CRXaminer has partnered with our friends at Secure Annex to provide additional findings unique to their platform.
Secure Annex also analyzes extensions from other browsers, IDEs, and can continuously monitor.
This extension may not yet be analyzed by Secure Annex.