U4a

Downloads (all) NZBs of a Thread

U4a là gì?

U4a là một tiện ích mở rộng Chrome được phát triển bởi bi109, và tính năng chính của nó là "Downloads (all) NZBs of a Thread".

Tải xuống tệp CRX của tiện ích mở rộng U4a

Tải xuống các tệp mở rộng U4a dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên U4a U4a
ID kfaiacnkanmenlgfdphpbeiaodbpphek
URL Chính Thức https://chromewebstore.google.com/detail/u4a/kfaiacnkanmenlgfdphpbeiaodbpphek
Mô tả Downloads (all) NZBs of a Thread
Kích Thước Tệp 40.65 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 0.6.7
Cập Nhật Lần Cuối 2016-10-02
Ngày Phát Hành 2016-10-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển bi109
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}