Folx

Folx

Add the downloads directly to Folx app with the right click of a mouse on a file in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "js": [
        "js/endscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*",
        "ftp://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "default_locale": "en",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "25.0.0.0",
  "permissions": [
    "<all_urls>",
    "downloads",
    "contextMenus",
    "nativeMessaging",
    "cookies",
    "http://*/*",
    "https://*/*",
    "ftp://*/*"
  ],
  "name": "__MSG_name__",
  "short_name": "__MSG_short_name__",
  "description": "__MSG_description__",
  "version": "5.30"
}