Version 1.3 View in Chrome Web Store
| https://github.com/karmdesai/hyde/blob/master/img/beforeHyde.png?raw=true | https://github.com/karmdesai/hyde/blob/master/img/afterHyde.png?raw=true | |
| https://clients2.google.com/service/update2/crx |
{ "name": "hyde — hide the YouTube video player controls", "icons": { "16": "img/icon16.png", "32": "img/icon32.png", "48": "img/icon48.png", "128": "img/icon128.png" }, "action": { "default_icon": { "16": "img/icon16.png", "32": "img/icon32.png", "48": "img/icon48.png", "128": "img/icon128.png" } }, "version": "1.3", "commands": { "hide": { "description": "hide/show controls", "suggested_key": { "default": "Ctrl+M" } } }, "background": { "service_worker": "src/background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Press Ctrl+M to hide or show the YouTube video player controls.", "permissions": [ "activeTab", "scripting" ], "content_scripts": [ { "js": [ "src/hide.js", "src/show.js" ], "matches": [ "http://*.youtube.com/watch?*", "https://*.youtube.com/watch?*" ] } ], "manifest_version": 3 }
ⓘ 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.