Download RadioJavan

Download RadioJavan

Adds a Downloader Button to RadioJavan.com and let you download both Songs , Videos and Podcasts for FREE in ALL AVAILABLE QUALITY !!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "RJ Downloader",
  "short_name": "down rj",
  "description": "Adds a Downloader Button to RadioJavan.com and let you download both Songs , Videos and Podcasts for FREE in ALL AVAILABLE QUALITY !!",
  "homepage_url": "https://fdavoodi.one",
  "version": "1.4.3",
  "developer": {
    "name": "MR sizif",
    "url": "https://fdavoodi.one"
  },
  "icons": {
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "options_ui": {
    "page": "rj.html"
  },
  "permissions": [
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "[email protected]"
    }
  },
  "content_scripts": [
    {
      "run_at": "document_idle",
      "matches": [
        "*://*.radiojavan.com/mp3s/mp3/*",
        "*://*.radiojavan.com/videos/video/*",
        "*://*.radiojavan.com/podcasts/podcast/*"
      ],
      "css": [
        "rjmp3.css"
      ],
      "js": [
        "jquery-3.4.0.min.js",
        "rjmp3.js"
      ],
      "all_frames": true
    }
  ]
}