SABconnect++

SABnzbd extension for Google Chrome.

SABconnect++ là gì?

SABconnect++ là một tiện ích mở rộng Chrome được phát triển bởi Sabconnect++ Developers, và tính năng chính của nó là "SABnzbd extension for Google Chrome.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng SABconnect++ 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

                        SABconnect++ adds one-click 'Send to SABnzbd' buttons to many popular NZB index sites.

You also get a taskbar button that allows you to keep an eye on your SABnzbd: current downloads, pause (individual downloads, or pause all, or pause temporarily), or remove individual queued downloads.

Features:

  * One-click NZB downloads for the following sites:
    * animenzb.com
    * binsearch.info (binsearch.net)
    * bintube.com
    * dognzb.com
    * drunkenslug.com
    * fanzub.com
    * mega.nzbx.co
    * nzbclub.com
    * nzbindex.com (nzbindex.nl)
    * nzb.su
    * omgwtfnzbs.me
    * yubse.com
    * animezb.com
    * usenet4ever.info
    * Any other Newznab provider
  * Context menu option for sending links to SABnzbd
  * Options page that looks consistent with Chrome's own options layout
  * Download speed graph
  * Pause individual downloads
  * Pause all downloads
  * Remove individual downloads
  * Desktop notifications (Download Complete/Failed)

SABconnect++ is a fork of the now unmaintained Chrome extension [SABconnect](http://code.google.com/p/sabconnect/).

----------------------------------------------------------

Changelog:
https://github.com/gboudreau/sabconnectplusplus/blob/master/changelog.txt

Categories setup:
https://github.com/gboudreau/sabconnectplusplus/wiki/Categories

Configuration for SSL SABnzbd connection:
https://github.com/gboudreau/sabconnectplusplus/wiki/SSLConnection

Report issues, or ask for improvements:
https://github.com/gboudreau/sabconnectplusplus/issues

----------------------------------------------------------

People who contributed to this extension:

- Guillaume Boudreau (gboudreau)
- Robert Dailey (rcdailey)
- jsterken
- Phil R (ppslim)
- Pedro Pinhão (pinhao)
- Benjamin Waller (Benni-chan)
- Sajid Anwar (kbhomes)
- Omri Iluz (omriiluz)
- Jonathan Dart (jdart)
- brandon-barker
- Sean Harlow (wolrah)
- Marat Bedoev (vanilla-thunder)
- MordredKLB
- rolfwessels
- Matt Bartel (mattb3)
- Mike Woods (VTWoods)
- Robert Sesek (rsesek)
- Christophe Le Corre (tofito)
- Joey Jan (OverFlow636)
- Wayne Davison (WayneD)
- eegee
- sharkuw
- Andy Shinn (andyshinn)
- jdart
- kbuffington
- flo333
- gissehel
- omgstaff
- sakana280                    

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

Tên SABconnect++ SABconnect++
ID okphadhbbjadcifjplhifajfacbkkbod
URL Chính Thức https://chromewebstore.google.com/detail/sabconnect++/okphadhbbjadcifjplhifajfacbkkbod
Mô tả SABnzbd extension for Google Chrome.
Kích Thước Tệp 436 KB
Số Lần Cài Đặt 34,142
Phiên Bản Hiện Tại 0.6.36
Cập Nhật Lần Cuối 2023-09-14
Ngày Phát Hành 2020-06-16
Đánh Giá 4.48/5 Tổng số 417 Đánh Giá
Nhà Phát Triển Sabconnect++ Developers
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/gboudreau/sabconnectplusplus
URL Trang Trợ Giúp https://github.com/gboudreau/sabconnectplusplus/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SABconnect++",
    "version": "0.6.36",
    "description": "SABnzbd extension for Google Chrome.",
    "minimum_chrome_version": "23.0",
    "background": {
        "scripts": [
            "third_party\/jquery\/jquery-1.9.1.min.js",
            "third_party\/jquery\/jquery.urldecoder.min.js",
            "third_party\/fancy-settings\/lib\/store.js",
            "scripts\/convert.js",
            "scripts\/utility.js",
            "scripts\/profile.js",
            "scripts\/pages\/common.js",
            "scripts\/pages\/background.js",
            "scripts\/pages\/context_menu.js",
            "scripts\/pages\/newznab-check.js"
        ]
    },
    "options_page": "settings.html",
    "browser_action": {
        "default_icon": {
            "19": "images\/sab2_19.png",
            "38": "images\/sab2_38.png"
        },
        "default_title": "SABnzbd",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/sab2_16.png",
        "48": "images\/sab2_48.png",
        "128": "images\/sab2_128.png"
    },
    "web_accessible_resources": [
        "images\/sab2_16_fetching.png",
        "images\/sab2_16.png",
        "images\/sab2_16_red.png",
        "images\/sab2_16_green.png",
        "images\/sab2_48.png",
        "css\/common.css",
        "images\/nzbmatrix_button.gif"
    ],
    "permissions": [
        "*:\/\/*\/*",
        "tabs",
        "notifications",
        "contextMenus",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.nzbclub.com\/*",
                "*:\/\/*.bintube.com\/*",
                "*:\/\/*.binsearch.info\/*",
                "*:\/\/*.binsearch.net\/*",
                "*:\/\/*.binsearch.co.uk\/*",
                "*:\/\/*.binsear.ch\/*",
                "*:\/\/*.nzbindex.com\/*",
                "*:\/\/*.nzbindex.nl\/*",
                "*:\/\/*.fanzub.com\/*",
                "*:\/\/*.animezb.com\/*",
                "*:\/\/animenzb.com\/*",
                "*:\/\/*.animenzb.com\/*",
                "*:\/\/*.dognzb.cr\/*",
                "*:\/\/*.yubse.com\/*",
                "*:\/\/*.omgwtfnzbs.org\/*",
                "*:\/\/*.nzb-rss.com\/*",
                "*:\/\/*.usenet4ever.info\/*"
            ],
            "js": [
                "third_party\/jquery\/jquery-1.9.1.min.js",
                "scripts\/content\/common.js",
                "third_party\/webtoolkit\/webtoolkit.base64.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.nzbclub.com\/*"
            ],
            "js": [
                "scripts\/content\/nzbclub.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.bintube.com\/*"
            ],
            "js": [
                "scripts\/content\/bintube.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.binsearch.info\/*",
                "*:\/\/*.binsearch.net\/*",
                "*:\/\/*.binsearch.co.uk\/*",
                "*:\/\/*.binsear.ch\/*"
            ],
            "js": [
                "scripts\/content\/binsearch.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.nzbindex.com\/*",
                "*:\/\/*.nzbindex.nl\/*"
            ],
            "js": [
                "scripts\/content\/nzbindex.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.fanzub.com\/*"
            ],
            "js": [
                "scripts\/content\/fanzub.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.animezb.com\/*"
            ],
            "js": [
                "scripts\/content\/animezb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/animenzb.com\/*",
                "*:\/\/*.animenzb.com\/*"
            ],
            "js": [
                "scripts\/content\/animenzb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.dognzb.cr\/*"
            ],
            "js": [
                "scripts\/content\/dognzb.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.yubse.com\/*"
            ],
            "js": [
                "scripts\/content\/yubse.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/omgwtfnzbs.org\/*"
            ],
            "js": [
                "scripts\/content\/omgwtfnzbs.js"
            ],
            "all_frames": true
        },
        {
            "matches": [
                "*:\/\/*.nzb-rss.com\/*"
            ],
            "js": [
                "scripts\/content\/nzbrss.js"
            ],
            "all_frames": true
        },
        {
            "all_frames": true,
            "js": [
                "scripts\/content\/usenet4ever.js"
            ],
            "matches": [
                "*:\/\/*.usenet4ever.info\/*"
            ]
        }
    ]
}