Go to Downloads
One click to your downloads
What is Go to Downloads?
Go to Downloads is a Chrome extension developed by vkrepa, and its main feature is "One click to your downloads".
Extension Screenshots
Download Go to Downloads Extension CRX File
Download Go to Downloads 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
Extension adds the button Downloads on your control panel. Now you can manage your downloads in one click.
Extension Basic Information
Name | Go to Downloads |
ID | ginfoceafejgiojoiomkmcdgimgagdal |
Official URL | https://chromewebstore.google.com/detail/go-to-downloads/ginfoceafejgiojoiomkmcdgimgagdal |
Description | One click to your downloads |
File Size | 15.35 KB |
Installation Count | 1,314 |
Current Version | 2 |
Last Updated | 2014-10-17 |
Publish Date | 2014-10-17 |
Rating | 4.00/5 Total 2 Ratings |
Developer | vkrepa |
Payment Type | free |
Privacy Policy Page URL | https://flashplaylist.com/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "background": { "page": "background.html", "persistent": true }, "browser_action": { "default_icon": { "19": "19.png" } }, "description": "One click to your downloads", "icons": { "128": "128.png", "16": "16.png", "48": "48.png" }, "manifest_version": 2, "name": "Go to Downloads", "short_name": "Downloads", "permissions": [ "tabs" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2" } |