U4a

Downloads (all) NZBs of a Thread

Apa itu U4a?

U4a adalah ekstensi Chrome yang dikembangkan oleh bi109, dan fitur utamanya adalah "Downloads (all) NZBs of a Thread".

Unduh Berkas CRX Ekstensi U4a

Unduh file ekstensi U4a dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama U4a U4a
ID kfaiacnkanmenlgfdphpbeiaodbpphek
URL Resmi https://chromewebstore.google.com/detail/u4a/kfaiacnkanmenlgfdphpbeiaodbpphek
Deskripsi Downloads (all) NZBs of a Thread
Ukuran File 40.65 KB
Jumlah Instalasi 44
Versi Saat Ini 0.6.7
Terakhir Diperbarui 2016-10-02
Tanggal Publikasi 2016-10-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang bi109
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}