U4a

U4a

Downloads (all) NZBs of a Thread

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "U4a",
  "version": "0.6.7",
  "description": "Downloads (all) NZBs of a Thread",
  "icons": {
    "128": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "postlist.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "http://*.usenet-4all.info/*",
        "https://www.nzbindex.com/*",
        "https://www.nzbclub.com/*",
        "http://member.nzbclub.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "alarms",
    "tabs",
    "downloads",
    "downloads.open",
    "storage",
    "https://*/*",
    "http://*/*",
    "contextMenus"
  ],
  "page_action": {
    "default_name": "Download NZBs",
    "default_icon": "icon.png"
  },
  "manifest_version": 2,
  "options_page": "options.html",
  "web_accessible_resources": [
    "icon.png",
    "download.png",
    "sabnzbd.png",
    "downloaddb.png",
    "sabnzbddb.png",
    "downloaddg.png",
    "sabnzbddg.png"
  ]
}