Dext
Download youtube videos simply!
Wat is Dext?
Dext is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Download youtube videos simply!".
Extensie Screenshots
Download het CRX-bestand van de extensie Dext
Download Dext-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
Dext!!!Extension for Downloading youtube videos... you can download any youtube videos without copy pasting any links!!!
Basisinformatie over de Extensie
Naam | Dext |
ID | cdcnbghmopepcjhpcoeggggemedhmcgb |
Officiële URL | https://chromewebstore.google.com/detail/dext/cdcnbghmopepcjhpcoeggggemedhmcgb |
Beschrijving | Download youtube videos simply! |
Bestandsgrootte | 5.57 KB |
Aantal Installaties | 94 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2018-12-24 |
Publicatiedatum | 2018-12-24 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Unknown |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dext", "description": "Download youtube videos simply!", "version": "0.1", "author": "Kiran", "manifest_version": 2, "web_accessible_resources": [ "src\/ydl.js" ], "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*" ], "js": [ "src\/loader.js" ], "css": [ "src\/styles.css" ] } ], "permissions": [ "downloads" ], "background": { "scripts": [ "src\/background.js" ] } } |