U4a

Downloads (all) NZBs of a Thread

O que é U4a?

U4a é uma extensão do Chrome desenvolvida por bi109, e sua principal característica é "Downloads (all) NZBs of a Thread".

Baixar o arquivo CRX da Extensão U4a

Baixe arquivos de extensão U4a no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome U4a U4a
ID kfaiacnkanmenlgfdphpbeiaodbpphek
URL Oficial https://chromewebstore.google.com/detail/u4a/kfaiacnkanmenlgfdphpbeiaodbpphek
Descrição Downloads (all) NZBs of a Thread
Tamanho do Arquivo 40.65 KB
Contagem de Instalações 44
Versão Atual 0.6.7
Última Atualização 2016-10-02
Data de Publicação 2016-10-01
Classificação 5.00/5 Total de 3 Avaliações
Desenvolvedor bi109
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}