NZBDrone Xtender

NZBDrone Xtender adds links to scene search sites for all of your episodes. Helpful for when NZBDrone can't find it on its own.

Co je NZBDrone Xtender?

NZBDrone Xtender je rozšíření Chrome vyvinuté jparkerweb, a jeho hlavní funkcí je „NZBDrone Xtender adds links to scene search sites for all of your episodes. Helpful for when NZBDrone can't find it on its own.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření NZBDrone Xtender

Stáhněte si soubory rozšíření NZBDrone Xtender ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        NzbDrone Xtender was designed to help users find TV show episodes that NzbDrone couldn't. NzbDrone Xtender will add links to 3rd Party Search Providers for each episode in the Episode Search Modal window. These links will spawn a search (opening in a new tab) for each episode you click. Clicking a link will open the respected search site in a new window and pass in the required search parameters for you. This can save valuable time, as you no longer have to manually open an new tab, type in the search providers web address, fill in the search box, and submit the form. This is all handled for you!

version log
-----------
v 3.0.5
- Removed broken search providers

v 3.0.4
- Fix link to Low Voltage Generator site

v 3.0.3
- Added search providers: OldPirateBay and NZBGeek
- Fix bug on Calendar page
- Replace "Vs." with "Vs" when searching

v 3.0.2
- removed fenopy and filestube
- fixed timing issue with slow loading series dashboard due to long series lists

v 3.0.1
- added Popcorn.cab search provider

v 3.0.0
- updated extension to work with NZBDrone's new name "Sonarr"

v 2.0.12
- fixed search bug introduced with latest version of NZBDrone

v 2.0.11
- added NZBKing to search providers

v 2.0.10
- fixed bug that was causing lowvoltage logo to appear on websites that were not NZBDrone

v 2.0.9
- updated to be compatible with latest version of NZBDrone
- bug fixes

v 2.0.8
- updated code to prevent errors in Dev Tools Console

v 2.0.7
- update "The Pirate Bay" URL

v 2.0.6
- update "H33t" URL

v 2.0.5
- update "The Pirate Bay URL" (again)

v 2.0.4
- update "The Pirate Bay" URL

v 2.0.3
- update h33t url
- added Binsearch.info to search providers

v 2.0.2
- fixed issue with "finished episodes toggle" on main series page
- fixed regex bug with season/episode names

v 2.0.1
- bug fixes 

v 2.0.0 [major release]
- added support for NzbDrone version 2.x (dropped support for 1.x)

v 1.0.15
- added "fenopy.se" to search providers
- removed dead search providers (nzb4u.me, nzbfactor, nzb-matrix.eu, NZBsRus, FindNzbs.info, nzbx.co
- fixed bug with search parameter being passed to "oznzb"

v 1.0.14
- updated "NZB Mega Search" URL

v 1.0.13
- clicking the "Episodes" column header on the Series page will "hide" all Series that are 100% complete.  This will allow you to see what Series are missing episodes more easily.

v 1.0.12
- updated Kick Ass Torrents search URL

v 1.0.11
- minor bug fixes

v 1.0.10
- updated to jQuery v1.9.1

v 1.0.9
- updated ThePirateBay to use their new domain

v 1.0.8
- removed "UsenetCrawler" from search providers (is now dead)

v 1.0.7
- minor bug fixes

v 1.0.6
- added OZNzb to search providers

v 1.0.5
- fixed bug with "inactive" search provider options

v 1.0.4
- added mega.nzbx.co to search providers

v 1.0.3
- added NzbDrone Xtender version number to both the extension option page and NzbDrone pages
- updated NzbX.co icon

v 1.0.2
- added thetvdb series links on the main series page
- changed out the series status icons (continuing/ended icons)                    

Základní Informace o Rozšíření

Název NZBDrone Xtender NZBDrone Xtender
ID koaenifojgcodjmhlnhihpclekeegkce
Oficiální URL https://chromewebstore.google.com/detail/nzbdrone-xtender/koaenifojgcodjmhlnhihpclekeegkce
Popis NZBDrone Xtender adds links to scene search sites for all of your episodes. Helpful for when NZBDrone can't find it on its own.
Velikost souboru 129 KB
Počet instalací 364
Aktuální Verze 3.0.5
Poslední Aktualizace 2016-07-14
Datum Vydání 2016-07-14
Hodnocení 5.00/5 Celkem 6 Hodnocení
Vývojář jparkerweb
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/jparkerweb/NzbDrone_Xtender/wiki
URL Stránky Nápovědy https://github.com/jparkerweb/NzbDrone_Xtender/wiki
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NZBDrone Xtender",
    "version": "3.0.5",
    "manifest_version": 2,
    "description": "NZBDrone Xtender adds links to scene search sites for all of your episodes. Helpful for when NZBDrone can't find it on its own.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "jquery-1.10.2.min.map",
        "icons\/github.png",
        "icons\/icon16.png",
        "icons\/icon48.png",
        "icons\/icon128.png",
        "icons\/1337x.png",
        "icons\/bitsnoop.png",
        "icons\/binsearch.png",
        "icons\/btdigg.png",
        "icons\/dognzb.png",
        "icons\/easynews.png",
        "icons\/extratorrent.png",
        "icons\/isohunt.png",
        "icons\/kickasstorrents.png",
        "icons\/listing.txt",
        "icons\/lowvoltage.png",
        "icons\/newtorrents.png",
        "icons\/no.png",
        "icons\/nzbfinder.png",
        "icons\/nzbgeek.png",
        "icons\/nzbindex.png",
        "icons\/nzbking.png",
        "icons\/nzbrss.png",
        "icons\/nzbs2go.png",
        "icons\/nzbsdotorg.png",
        "icons\/nzbsu.png",
        "icons\/omg.png",
        "icons\/oznzb.png",
        "icons\/thepiratebay.png",
        "icons\/thetvdb.png",
        "icons\/torrentzeu.png",
        "icons\/vcdq.png",
        "icons\/xdccfinder.png",
        "icons\/xdccme.png",
        "icons\/xem.png",
        "icons\/yes.png"
    ]
}