MeTube Downloader

Use the context menu to send video into MeTube application

What is MeTube Downloader?

MeTube Downloader is a Chrome extension developed by Rpsl, and its main feature is "Use the context menu to send video into MeTube application".

Extension Screenshots

screenshot

Download MeTube Downloader Extension CRX File

Download MeTube Downloader 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

                        Chrome context option to send YouTube video into MeTube instance                    

Extension Basic Information

Name MeTube Downloader MeTube Downloader
ID fbmkmdnlhacefjljljlbhkodfmfkijdh
Official URL https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh
Description Use the context menu to send video into MeTube application
File Size 11.5 KB
Installation Count 1,585
Current Version 1.6
Last Updated 2023-11-25
Publish Date 2021-07-27
Rating 1.00/5 Total 1 Ratings
Developer Rpsl
Email [email protected]
Payment Type free
Extension Website https://github.com/Rpsl/metube-browser-extension
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "MeTube Downloader",
    "description": "Use the context menu to send video into MeTube application",
    "version": "1.6",
    "manifest_version": 3,
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "page": "options.html",
        "browser_style": true
    },
    "action": {
        "default_title": "",
        "default_icon": "icon128.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}