Radio Javan Downloader 2023

Radio Javan Downloader 2023

2023 Updated, Works with new RJ-WebClient -- Adds a downloader button in Radio Javan Online Player which lets you download musics for FREE.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RadioJavan Downloader (2023)",
  "short_name": "rj downloader",
  "description": "2023 Updated, Works with new RJ-WebClient -- Adds a downloader button in RadioJavan Online Player which lets you download musics for FREE.",
  "homepage_url": "https://blackswanlab.ir",
  "version": "3.2.0",
  "developer": {
    "name": "amirhp-com",
    "url": "https://amirhp.com"
  },
  "icons": {
    "48": "icons/rj.png"
  },
  "options_ui": {
    "page": "rj.html"
  },
  "permissions": [
    "activeTab",
    "*://*.radiojavan.com/*",
    "webRequest",
    "webRequestBlocking"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "background": {
    "scripts": [
      "background-script.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.radiojavan.com/*"
      ],
      "js": [
        "jquery-3.4.0.min.js",
        "content-script.js"
      ]
    }
  ]
}