MeTube Downloader

Use the context menu to send video into MeTube application

Qu'est-ce que MeTube Downloader ?

MeTube Downloader est une extension Chrome développée par Rpsl, et sa fonction principale est "Use the context menu to send video into MeTube application".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MeTube Downloader

Téléchargez les fichiers d'extension MeTube Downloader au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Chrome context option to send YouTube video into MeTube instance                    

Informations de Base sur l'Extension

Nom MeTube Downloader MeTube Downloader
ID fbmkmdnlhacefjljljlbhkodfmfkijdh
URL Officiel https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh
Description Use the context menu to send video into MeTube application
Taille du Fichier 11.5 KB
Nombre d'Installations 1,585
Version Actuelle 1.6
Dernière Mise à Jour 2023-11-25
Date de Publication 2021-07-27
Évaluation 1.00/5 Total 1 Évaluations
Développeur Rpsl
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/Rpsl/metube-browser-extension
Langues Prises en Charge 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"
    }
}