Download Station - Filer.net
Get all Filer.net links in one string
What is Download Station - Filer.net?
Download Station - Filer.net is a Chrome extension developed by sladomic, and its main feature is "Get all Filer.net links in one string".
Download Download Station - Filer.net Extension CRX File
Download Download Station - Filer.net 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
Get all Filer.net links in one string (all links will be copied to the clipboard).
Extension Basic Information
Name | Download Station - Filer.net |
ID | kmejfgibpfncinliojieccbmldkbnajl |
Official URL | https://chromewebstore.google.com/detail/download-station-filernet/kmejfgibpfncinliojieccbmldkbnajl |
Description | Get all Filer.net links in one string |
File Size | 32.61 KB |
Installation Count | 32 |
Current Version | 1.0 |
Last Updated | 2017-01-18 |
Publish Date | 2017-01-18 |
Developer | sladomic |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Download Station - Filer.net", "description": "Get all Filer.net links in one string", "version": "1.0", "browser_action": { "default_title": "Copy the Filer.net links to clipboard" }, "background": { "scripts": [ "jquery-2.1.3.min.js", "eventPage.js" ], "persistent": false }, "permissions": [ "activeTab" ] } |