ocDownloader
This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader
What is ocDownloader?
ocDownloader is a Chrome extension developed by ae.appdev, and its main feature is "This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader".
Extension Screenshots
Download ocDownloader Extension CRX File
Download ocDownloader 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 extension allows you to directly download a file by right clicking a link on a web page and selecting"Download With ocDownloader" in the context menu. Requirements 1. You need a Nextcloud (http://www.nextcloud.com) server up and running 2. Install the ocDownloader application from the Nextcloud App Store (https://apps.nextcloud.com/apps/ocdownloader) on your Nextcloud instance
Extension Basic Information
Name | ocDownloader |
ID | dgemhnddkdkailclfekamalbkaccckop |
Official URL | https://chromewebstore.google.com/detail/ocdownloader/dgemhnddkdkailclfekamalbkaccckop |
Description | This extension allows you to directly download a file by right clicking a link on a web page and select Download With ocDownloader |
File Size | 25.75 KB |
Installation Count | 471 |
Current Version | 1.6.2 |
Last Updated | 2019-04-30 |
Publish Date | 2019-04-30 |
Developer | ae.appdev |
Payment Type | free |
Extension Website | https://github.com/e-alfred/ocDownloader_ChromeExtension |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_Name__", "description": "__MSG_Description__", "version": "1.6.2", "default_locale": "en_US", "browser_action": { "default_icon": "img\/icon-32.png", "default_popup": "connection.html" }, "permissions": [ "contextMenus", "notifications", "http:\/\/*\/", "https:\/\/*\/", "storage" ], "icons": { "16": "img\/icon-16.png", "32": "img\/icon-32.png", "64": "img\/icon-64.png" }, "background": { "scripts": [ "js\/background.js" ] } } |