RPNet Helper

RPNet Helper

Download the selected links using RPNet

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.3",
  "default_locale": "en",
  "homepage_url": "https://premium.rpnet.biz/",
  "author": "erosman",
  "icons": {
    "16": "image/icon16.png",
    "32": "image/icon32.png",
    "48": "image/icon48.png",
    "64": "image/icon64.png",
    "128": "image/icon128.png"
  },
  "background": {
    "scripts": [
      "content/background.js"
    ]
  },
  "options_ui": {
    "page": "content/options.html"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "contextMenus",
    "cookies",
    "downloads",
    "notifications",
    "storage",
    "tabs",
    "*://premium.rpnet.biz/"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}