PureDownloader for Chrome
Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
What is PureDownloader for Chrome?
PureDownloader for Chrome is a Chrome extension developed by https://puredownloader.com, and its main feature is "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.".
Extension Screenshots
Download PureDownloader for Chrome Extension CRX File
Download PureDownloader for Chrome 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
This is an extension for PureDownloader.com. Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
Extension Basic Information
Name | |
ID | dinjnjpcaenhiokgnompjbglfajjofbn |
Official URL | https://chrome.google.com/webstore/detail/puredownloader-for-chrome/dinjnjpcaenhiokgnompjbglfajjofbn |
Description | Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com. |
File Size | 42.7 KB |
Installation Count | 857 |
Current Version | 0.1.11 |
Last Updated | 2019-07-24 |
Publish Date | 2019-07-24 |
Rating | 2.00/5 Total 6 Ratings |
Developer | https://puredownloader.com |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PureDownloader for Chrome", "short_name": "PureDownloader", "description": "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.", "version": "0.1.11", "browser_action": { "default_icon": "\/img\/logo_60.png", "default_title": "PureDownloader" }, "icons": { "32": "\/img\/favicon.png", "60": "\/img\/logo_60.png", "90": "\/img\/logo_90.png", "128": "\/img\/logo_128.png", "243": "\/img\/logo_app.png" }, "homepage_url": "https:\/\/puredownloader.com\/", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] } } |