MeTube Downloader
Use the context menu to send video into MeTube application
Wat is MeTube Downloader?
MeTube Downloader is een Chrome-extensie ontwikkeld door Rpsl, en de belangrijkste functie is "Use the context menu to send video into MeTube application".
Extensie Screenshots
Download het CRX-bestand van de extensie MeTube Downloader
Download MeTube Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chrome context option to send YouTube video into MeTube instance
Basisinformatie over de Extensie
Naam | MeTube Downloader |
ID | fbmkmdnlhacefjljljlbhkodfmfkijdh |
Officiële URL | https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh |
Beschrijving | Use the context menu to send video into MeTube application |
Bestandsgrootte | 11.5 KB |
Aantal Installaties | 1,585 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2023-11-25 |
Publicatiedatum | 2021-07-27 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Rpsl |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Rpsl/metube-browser-extension |
Ondersteunde Talen | 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" } } |