YT2MP3
Convert YouTube videos to 360kbps MP3 files.
What is YT2MP3?
YT2MP3 is a Chrome extension by dembrosdoe. This extension has 43 weekly active users and was removed from Chrome Web Store 19 days ago. The latest version, 1.0, was updated 2 months ago.
Stats
- activeTab
Summary
This extension converts YouTube videos to 360kbps MP3 files - the highest quality available. All you have to do is enter in the URL of the video, and press convert. 100% free.
Safety
Risk impact
YT2MP3 is safe to use. It does not request any sensitive permissions.
Risk impact measures the level of extra permissions an extension has access to. A low risk impact extension cannot do much harms, whereas a high risk impact extension can do a lot of damage like stealing your password, bypass your security settings, and access your personal data. High risk impact extensions are not necessarily malicious. However, if they do turn malicious, they can be very harmful.
Risk likelihood
YT2MP3 may not be trust-worthy. Avoid installing if possible unless you really trust this publisher.
Risk likelihood measures the probability that a Chrome extension may turn malicious. This is determined by the publisher and the Chrome extension reputation on Chrome Web Store, the amount of time the Chrome extension has been around, and other signals about the Chrome extension. Our algorithms are not perfect, and are subject to change as we discover new ways to detect malicious extensions. We recommend that you always exercise caution when installing a Chrome extension, especially ones with higher risk impact and/or higher risk likelihood.
Subscribe to the premium plan to see more risk analysis detailsSimilar extensions
Here are some Chrome extensions that are similar to YT2MP3:
MP3 Downloader
MP3 Converter
Loading Timer
Manifest
The manifest file declares the requirements and permissions that a Chrome extension will have access to. By reviewing the manifest, you may be able to determine if a Chrome extension is over-reaching (for example, if an extension is overriding your new tab page, or search provider, or requesting access to your web activities without any good reason).
{ "update_url": "https://clients2.google.com/service/update2/crx", "manifest_version": 3, "name": "YT2MP3", "version": "1.0", "description": "Convert YouTube videos to 360kbps MP3 files.", "icons": { "128": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "service_worker": "background.js" },