U4a

Downloads (all) NZBs of a Thread

What is U4a?

U4a is a Chrome extension developed by bi109, and its main feature is "Downloads (all) NZBs of a Thread".

Download U4a Extension CRX File

Download U4a extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        0.2.1: 2ndlive added
0.2.2: get Categories from SABnzbd
0.3: Search & Replace Release-Title, Select-All, -None or -Invert Buttons
0.3.1: 2nd default SABnzbd-Category for Single Download added, Team-Member Option added (Team-Members don't have to click Thanx-Button)
0.3.2: D3rwisch added
0.4: re-written detection of Release, Header and Password. Thx-Button now only gets clicked if Post has a Hide. Download & Sabnzbd Button will only be visible, if Header was found
0.4.1: if Post doesn't contain a NZBIndex-Link, try find a NZBClub or Binsearch Link
0.4.2: Indexer Option added (Users can choose between NZBIndex and NZBClub)
0.4.3: Thank-You Function fixed 
0.4.4: Timeout for XMLHttpRequest added, allow only one open Postlist, NZBClub Search Result matching problem fixed
0.4.5: Thank-You Function fixed (once again), decodeURIComponent in Header detection
0.4.6: Password detection improved, fixed password in Div-Element problem, fixed problem with & in passwords, fixed problem if NZB-Link is plain text and not a link
0.4.7: Option to change Indexer in Postlist added, debugging messages for XMLHttpRequest added
0.4.7.1: Mysterbin in Header-Recognition added (for very old Threads)
0.4.8: no automatic download/send of NZBClub NZB, if NZB is incomplete (NZB has to have a Green Flag)
0.4.9: no automatic download/send of NZBIndex NZB, if NZB is incomplete (NZB has missing parts), set Release Name as Document Title for NZB-Tabs
0.5: Option added to get the SABnzbd-Category used by a Single-Download Button from a Forum-ID
0.5.1: "Sende Nachricht an" Context-Menu added
0.5.1.1: Blacklist prepared, better Exception Handling
0.5.2: Thanks-Click delay increased to 2 seconds, preparation to get delay from server
0.5.2.1 NaN Bug fixed
0.6: TVDB-Interface (alpha) added
0.6.1: language selection for TVDB-Interface added, IMDB-ID recognition improved
0.6.2: Buttons for other Styles added, load TVShow-Banner in Postlist if possible
0.6.3: overwrite existing NZBs in Download-Folder
0.6.4: No EpisodeName-Problem TVDB-Interface fixed, Postlist only available for TVShow-Foren, comment out getDelay
0.6.4.1: Postlist enabled for SD foreign
0.6.5: changed NZBClub-URL to old layout
0.6.6: Problem fixed, if NZBName contains "&" and probably other special characters
0.6.7: activate Addon for showthread.php?p= URLs                    

Extension Basic Information

Name U4a U4a
ID kfaiacnkanmenlgfdphpbeiaodbpphek
Official URL https://chromewebstore.google.com/detail/u4a/kfaiacnkanmenlgfdphpbeiaodbpphek
Description Downloads (all) NZBs of a Thread
File Size 40.65 KB
Installation Count 44
Current Version 0.6.7
Last Updated 2016-10-02
Publish Date 2016-10-01
Rating 5.00/5 Total 3 Ratings
Developer bi109
Payment Type free
Supported Languages en
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"
    ]
}