Skip to content

Latest commit

 

History

History
184 lines (142 loc) · 12.1 KB

File metadata and controls

184 lines (142 loc) · 12.1 KB

Russian English Ukrainian

Logo
Version License Type
React TypeScript TailwindCSS Vite

A simple solution for downloading your favorite movies and TV shows from rezka.ag!

Available on Chrome Web Store Available on Firefox Add-ons Available on Opera Add-ons Available on Microsoft Store

About extension

HDrezka Grabber is the best tool for downloading your favorite movies and TV shows from rezka.ag and all its mirrors! Control everything: choose audio tracks, subtitles, or download entire TV series with one click if needed. Customize file naming templates for your media library and speed up the process with parallel downloads. An intuitive interface with light and dark theme support, as well as availability for most browsers, makes this tool your perfect assistant.

Table of Contents:

Features

  • Support for all official mirrors
  • Ability to download entire TV series with one click
  • Episode range selection available for TV series
  • Subtitle download capability (including subtitles only, without video)
  • Parallel downloading of multiple movies and TV series
  • Downloads happen in the background and are not tied to the page
  • Automatic detection of actual video quality with warnings about quality downgrading by the site
  • Display of downloadable file size
  • Allows creating custom templates for naming downloaded files
  • Uses the browser's built-in downloader, so the extension downloads files directly to disk
  • Dark and light themes are available
  • Automatically pulls player data from the page

How to use it

  • Navigate to a movie or TV series page on rezka.ag
  • Click on the extension icon — a popup with download options will open demo-popup.png
  • Select the desired download options in the popup: voice over, quality, which episode/season to begin from and which episode/season to end the TV series download, as well as subtitles if available. demo-choose-params.png
  • Then start the download by clicking the large button with the arrow icon at the top of the popup.
  • After a couple of moments, the download will begin, and instead of the arrow icon inside the button, the current progress will be displayed. demo-popup-download.png
  • Now you can repeat with another movie or TV series — the extension supports a download queue, which allows you to download several different movies/TV series simultaneously. And since the extension is capable of working in the background, you don't have to stay on the same page where you initiated the download.

Warning

The extension works in the browser; if you close the browser, the extension will also stop working!

Building from source

Prerequisites

  • Node.js (latest version recommended)
  • npm

Note

You can install Node.js here.

Steps

  1. Clone the repository:

    git clone https://github.com/kristal374/HDrezka-Grabber.git
    cd HDrezka-Grabber
  2. Install dependencies:

    npm ci
  3. Build the extension:

  • For Chromium-based browsers:
    npm run build:chromium
  • For Gecko-based browsers:
    npm run build:firefox
  • Build for all supported browsers:
    npm run build:dev
  • Build and package into archives for distribution:
    npm run build:prod

Installation in dev mode

Installing the extension in developer mode.

For Chrome-based browsers:

  • Open your browser and go to the extension page: chrome://extensions
  • In the top right corner, enable Developer mode.
  • Click the Load unpacked button.
  • Select the extension files folder dist/build/HDrezka-Grabber.chrome
  • The extension will appear in the list and be ready to use.

For Firefox-based browsers:

  • Open your browser and go to: about:addons
  • Click on the gear icon, then select Install Add-on From File.
  • Select the manifest.json file from the extension folder dist/build/HDrezka-Grabber.firefox.
  • The extension will be loaded and available for use until the next browser restarts.

Disclaimer

Caution

This extension is distributed as free open-source software. It provides technical means for interacting with web content. The extension does not store or distribute third-party content — it only performs local operations in the browser at the user's request. The user independently bears full responsibility for the legality of using the extension in their jurisdiction and for compliance with the terms of use and license agreements of the respective websites.

Support

Please consider making a donation to support the development of this open-source project.

Additionally, you can give a 5-star rating on Chrome web store or Mozilla add-ons and star this project on GitHub.

License

GPL-3.0