Version 1.2 View in Chrome Web Store
The extension has a solid 4.5-star rating from 42 users and serves a clear, specific purpose of adding YouTube watch later functionality. With 1,000 users, it has a reasonable user base for validation. The extension uses Manifest V3, which provides better security controls than older versions.
The main concern is the activeTab permission, which allows the extension to access content on the currently active tab when the user clicks the extension icon. While this is necessary for the extension's YouTube functionality, it does grant access to potentially sensitive information on any active tab. The lack of host permissions is actually positive, as it means the extension doesn't have persistent access to specific websites. However, the missing developer information raises minor transparency concerns.
This extension appears relatively safe for general use given its specific purpose and limited permissions. The activeTab permission is appropriate for its YouTube functionality. To minimize risk, only activate the extension when you're actually on YouTube and want to use the watch later feature. If you're particularly security-conscious, you could run it in a separate Chrome profile dedicated to media consumption. Monitor your YouTube account for any unexpected activity, though the risk of malicious behavior appears low based on the current metrics.
| https://www.youtube.com/ | https://clients2.google.com/service/update2/crx |
{ "name": "Watch Later Shortcut for YouTube™", "icons": { "32": "/icons/32.png", "128": "/icons/128.png" }, "author": "mihailzachepilo@gmail.com", "version": "1.2", "commands": { "add-to-watch-later": { "description": "Add the current video or YouTube Shorts from the Watch Later list.", "suggested_key": { "mac": "Alt+Shift+L", "default": "Alt+Shift+L", "chromeos": "Alt+K" } }, "remove-from-watch-later": { "description": "Remove the current video or YouTube Shorts from the Watch Later list.", "suggested_key": { "mac": "Alt+L", "default": "Alt+L", "chromeos": "Alt+L" } } }, "background": { "service_worker": "background.js" }, "update_url": "https://clients2.google.com/service/update2/crx", "description": "Add and remove current video or YouTube Shorts from the Watch Later list using a keyboard shortcut.", "permissions": [ "scripting", "activeTab" ], "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.