MeTube Downloader
Use the context menu to send video into MeTube application
Vad är MeTube Downloader?
MeTube Downloader är en Chrome-tillägg utvecklad av Rpsl, och dess huvudfunktion är "Use the context menu to send video into MeTube application".
Tilläggsskärmbilder
Ladda ner MeTube Downloader-förlängningens CRX-fil
Ladda ner MeTube Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Chrome context option to send YouTube video into MeTube instance Grundläggande Information om Tillägg
| Namn | |
| ID | fbmkmdnlhacefjljljlbhkodfmfkijdh |
| Officiell webbadress | https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh |
| Beskrivning | Use the context menu to send video into MeTube application |
| Filstorlek | 11.5 KB |
| Antal Installationer | 1,585 |
| Aktuell Version | 1.6 |
| Senast Uppdaterad | 2023-11-25 |
| Publiceringsdatum | 2021-07-27 |
| Betyg | 1.00/5 Totalt 1 Betyg |
| Utvecklare | Rpsl |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/Rpsl/metube-browser-extension |
| Stödda Språk | 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"
}
} | |