GS Downloads Settings
This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions.
What is GS Downloads Settings?
GS Downloads Settings is a Chrome extension developed by GS, and its main feature is "This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions.".
Extension Screenshots
Download GS Downloads Settings Extension CRX File
Download GS Downloads Settings 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 lets you change chrome browser download settings, overwrite download files, create sub folders base on file extensions. Torrent files are saved in torrent folder. ZIP files are saved in zip folder. JPG files are saved in jpg folders
Extension Basic Information
Name | GS Downloads Settings |
ID | amlkddagjlidoklgogkcokgcdkoplbfm |
Official URL | https://chromewebstore.google.com/detail/gs-downloads-settings/amlkddagjlidoklgogkcokgcdkoplbfm |
Description | This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions. |
File Size | 88.46 KB |
Installation Count | 835 |
Current Version | 1.1 |
Last Updated | 2015-03-30 |
Publish Date | 2015-03-30 |
Rating | 3.50/5 Total 2 Ratings |
Developer | GS |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GS Downloads Settings", "short_name": "GS Downloads Settings", "version": "1.1", "description": "This Extension lets you change download settings, overwrite download files, create sub folder base on file extensions.", "permissions": [ "downloads", "storage" ], "background": { "scripts": [ "jquery-1.10.2.js", "background.js" ] }, "browser_action": { "default_icon": "ico16.png", "default_popup": "popup.html" }, "icons": { "32": "ico32.png", "48": "ico48.png" }, "manifest_version": 2 } |