| 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.2.0", "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.