ShareDownloader Remote Extension
Simple and easy way to send links to your ShareDownloader App.
What is ShareDownloader Remote Extension?
ShareDownloader Remote Extension is a Chrome extension developed by https://sharedownloader.net, and its main feature is "Simple and easy way to send links to your ShareDownloader App.".
Extension Screenshots
Download ShareDownloader Remote Extension Extension CRX File
Download ShareDownloader Remote Extension 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
Simple and easy way to send links to your ShareDownloader App. Requirements: - ShareDownloader Version >= 2.0.0 - Remote server is enabled (In ShareDownloader App)
Extension Basic Information
Name | ShareDownloader Remote Extension |
ID | goiekmbjkpchgmmnfeipcoejpnlmofdd |
Official URL | https://chromewebstore.google.com/detail/sharedownloader-remote-ex/goiekmbjkpchgmmnfeipcoejpnlmofdd |
Description | Simple and easy way to send links to your ShareDownloader App. |
File Size | 258 KB |
Installation Count | 131 |
Current Version | 1.1 |
Last Updated | 2014-05-21 |
Publish Date | 2014-05-21 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://sharedownloader.net |
Payment Type | free |
Extension Website | http://sharedownloader.net |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1", "author": "IT-Gecko.de", "homepage_url": "http:\/\/sharedownloader.net", "default_locale": "en", "icons": { "16": "icon_16.png", "128": "icon_128.png" }, "browser_action": { "default_icon": "icon_19.png", "default_popup": "popup.html" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "permissions": [ "contextMenus", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |