Dext
Download youtube videos simply!
What is Dext?
Dext is a Chrome extension developed by Unknown, and its main feature is "Download youtube videos simply!".
Extension Screenshots
Download Dext Extension CRX File
Download Dext 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
Dext!!!Extension for Downloading youtube videos... you can download any youtube videos without copy pasting any links!!!
Extension Basic Information
Name | |
ID | cdcnbghmopepcjhpcoeggggemedhmcgb |
Official URL | https://chromewebstore.google.com/detail/dext/cdcnbghmopepcjhpcoeggggemedhmcgb |
Description | Download youtube videos simply! |
File Size | 5.57 KB |
Installation Count | 94 |
Current Version | 0.1 |
Last Updated | 2018-12-24 |
Publish Date | 2018-12-24 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Unknown |
Payment Type | free |
Supported Languages | 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" ] } } |