Y2Mate Mate
Download youtube videos in one click using y2 mate
What is Y2Mate Mate?
Y2Mate Mate is a Chrome extension developed by chappie74, and its main feature is "Download youtube videos in one click using y2 mate".
Extension Screenshots
Download Y2Mate Mate Extension CRX File
Download Y2Mate Mate extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A helper for Y2 mate Youtube Video down loader.
Extension Basic Information
Name | |
ID | jfmbokcoeojbkafbohfpncblmgbpemhp |
Official URL | https://chrome.google.com/webstore/detail/y2mate-mate/jfmbokcoeojbkafbohfpncblmgbpemhp |
Description | Download youtube videos in one click using y2 mate |
File Size | 77.23 KB |
Installation Count | 4,000 |
Current Version | 1.0 |
Last Updated | 2020-08-08 |
Publish Date | 2020-08-08 |
Rating | 5.00/5 Total 3 Ratings |
Developer | chappie74 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Y2Mate Mate", "short_name": "Y2MM", "version": "1.0", "description": "Download youtube videos in one click using y2 mate", "icons": { "128": "y2mm_128.png", "48": "y2mm_48.png", "16": "y2mm_16.png" }, "browser_action": { "default_icon": "y2mm_16.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "tabs" ] } |