UBBox PDF Download
Allows you to download PDFs from UB Box.
What is UBBox PDF Download?
UBBox PDF Download is a Chrome extension developed by ms, and its main feature is "Allows you to download PDFs from UB Box.".
Extension Screenshots
Download UBBox PDF Download Extension CRX File
Download UBBox PDF Download 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
Some PDF downloads are broken on Box. This add-on redirects the download button to the actual PDF file for such PDFs so you can download it yourself. When the border of the download button is green, it is ready to be clicked.
Extension Basic Information
Name | UBBox PDF Download |
ID | npjkbdoebbfobpmadmbafpbhncohpikd |
Official URL | https://chromewebstore.google.com/detail/ubbox-pdf-download/npjkbdoebbfobpmadmbafpbhncohpikd |
Description | Allows you to download PDFs from UB Box. |
File Size | 15.95 KB |
Installation Count | 120 |
Current Version | 1.0 |
Last Updated | 2019-04-13 |
Publish Date | 2019-04-13 |
Developer | ms |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "UBBox PDF Download", "version": "1.0", "description": "Allows you to download PDFs from UB Box.", "permissions": [ "webRequest", "*:\/\/buffalo.app.box.com\/v\/*", "*:\/\/dl.boxcloud.com\/api\/2.0\/internal_files\/*\/pdf\/content\/*" ], "icons": { "48": "icon48.png", "64": "icon64.png" }, "background": { "scripts": [ "ubbox.js" ] } } |