Cloud Storage Direct Links
Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.
What is Cloud Storage Direct Links?
Cloud Storage Direct Links is a Chrome extension developed by Robert Rioja (miapuffia), and its main feature is "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.".
Extension Screenshots
Download Cloud Storage Direct Links Extension CRX File
Download Cloud Storage Direct Links 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
By clicking this extension, you will see links to... DropBox Box SugarSync OneDrive Google Drive 4Shared MEGA MediaFire Yandex Amazon S3 EVERNOTE hubiC Links may be reordered and hidden to each user's liking. If you have any questions, comments, or suggestions, fell free to email me at [email protected] and thank you for viewing my extension!
Extension Basic Information
Name | Cloud Storage Direct Links |
ID | fbkkphfailagfnjpgmddfmghblmggbja |
Official URL | https://chromewebstore.google.com/detail/cloud-storage-direct-link/fbkkphfailagfnjpgmddfmghblmggbja |
Description | Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more. |
File Size | 345 KB |
Installation Count | 3,043 |
Current Version | 4.4 |
Last Updated | 2016-07-07 |
Publish Date | 2016-07-06 |
Rating | 3.89/5 Total 18 Ratings |
Developer | Robert Rioja (miapuffia) |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cloud Storage Direct Links", "permissions": [ "storage" ], "background": { "scripts": [ "jquery-ui.js", "jquery-1.12.4.js", "sortable.js", "loading.js", "saving.js" ] }, "version": "4.4", "description": "Quick links to Drop Box, Box, Google Drive, Mediafire, 4shared, and many more.", "icons": { "128": "icon1.png" }, "browser_action": { "default_icon": "icon2.png", "default_popup": "popup.html" } } |