NZBDonkey

The ultimate NZB file downloader addon

NZBDonkeyคืออะไร?

NZBDonkey เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tensai และคุณลักษณะหลักของมันคือ "The ultimate NZB file downloader addon"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NZBDonkey

ดาวน์โหลดไฟล์ส่วนขยาย NZBDonkey ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Add-on to automatically download NZB files or send them to NZBGet, SABnzbd, Synology DownloadStation or premiumize.me downloader service.

Features:
* Works either with NZBlnk links or with header, password and title information provided as plain text.
* Searches simultaneously in different NZB search engines
* Possibility to intercept NZB file downloads from any web site

Highly configurable:
* set target for the NZB file: download to the browsers download folder or directly send to SABnzbd, NZBGet, Synology DownloadStation or premiumize.me downloader service
* supports the setting of a default category, automatic categories or the manual setting of a category based on the categories set in NZBGet or SABnzbd
* supports simple checking of the NZB file for completeness
* custom settings to configure additional NZB search engines
* custom settings to configure additional websites for NZB download interception
* and more...

Caution: this add-on is currently still in beta testing.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NZBDonkey NZBDonkey
ID edkhpdceeinkcacjdgebjehipmnbomce
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nzbdonkey/edkhpdceeinkcacjdgebjehipmnbomce
คำอธิบาย The ultimate NZB file downloader addon
ขนาดไฟล์ 480 KB
จำนวนการติดตั้ง 8,979
เวอร์ชันปัจจุบัน 0.7.7
อัปเดตครั้งล่าสุด 2023-05-22
วันที่เผยแพร่ 2020-03-09
คะแนน 3.75/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Tensai
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tensai75.github.io/NZBDonkey/
URL หน้าช่วยเหลือ https://github.com/Tensai75/NZBDonkey
ภาษาที่รองรับ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "0.7.7",
    "description": "__MSG_extSlogan__",
    "default_locale": "en",
    "icons": {
        "16": "\/icons\/NZBDonkey_16.png",
        "32": "\/icons\/NZBDonkey_32.png",
        "48": "\/icons\/NZBDonkey_48.png",
        "96": "\/icons\/NZBDonkey_96.png",
        "128": "\/icons\/NZBDonkey_128.png"
    },
    "background": {
        "scripts": [
            "\/js\/background.js",
            "\/js\/xmlToJSON.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/jquery-3.4.1.js",
                "\/js\/jquery.modal.js",
                "\/js\/content.js"
            ],
            "css": [
                "\/css\/jquery.modal.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_icon": {
            "16": "\/icons\/NZBDonkey_16.png",
            "32": "\/icons\/NZBDonkey_32.png"
        },
        "default_title": "NZBDonkey",
        "default_popup": "\/html\/popup.html"
    },
    "options_ui": {
        "page": "\/html\/options.html",
        "open_in_tab": true
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "downloads",
        "notifications",
        "*:\/\/*\/",
        "cookies",
        "webRequest",
        "webRequestBlocking"
    ]
}