RARBG Multi Download

Download magnet links from RARBG and it's mirror sites.

Hvad er RARBG Multi Download?

RARBG Multi Download er en Chrome-udvidelse udviklet af goodrobot, og dens hovedfunktion er "Download magnet links from RARBG and it's mirror sites.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download RARBG Multi Download-udvidelses-CRX-fil

Download RARBG Multi Download-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension generates links on the RARBG main page to allow for downloading each torrent directly to your client application or the windows clipboard. 

It also allows batch download of magnet links to text file for seeding (change .txt extension to .magnet).

This is a fork of an existing extension "rarbg multiple torrents downloader" made to fix all the existing issues with it and to create new functionality.

Please Note: It only supports the magnet download options at the moment!*

*Experimental update for V1.2 - Allows direct downloads of torrent files although you may need to pass the RARBG defense check first!                    

Grundlæggende oplysninger om udvidelsen

Navn RARBG Multi Download RARBG Multi Download
ID hkocjjcejohnfdijbnmphjopcfcafmpf
Officiel URL https://chrome.google.com/webstore/detail/hkocjjcejohnfdijbnmphjopcfcafmpf
Beskrivelse Download magnet links from RARBG and it's mirror sites.
Filstørrelse 49.02 KB
Antal Installationer 2,849
Nuværende Version 1.2.2
Senest Opdateret 2020-12-07
Udgivelsesdato 2020-07-04
Bedømmelse 4.57/5 Samlet 7 Bedømmelser
Udvikler goodrobot
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.badrobot.app/
Understøttede Sprog en
manifest.json
{
    "author": "BadRobot",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/logo.png",
        "default_popup": "background.html",
        "default_title": "RARBG Multi Download"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "js": [
                "lib\/jquery-3.5.1.min.js",
                "main.js"
            ],
            "matches": [
                "https:\/\/www.rarbg.to\/torrents.php*",
                "https:\/\/rarbg.to\/torrents.php*",
                "https:\/\/rarbg2019.org\/torrents.php*",
                "https:\/\/rarbgaccess.org\/torrents.php*",
                "https:\/\/rarbgdata.org\/torrents.php*",
                "https:\/\/rarbgget.org\/torrents.php*",
                "https:\/\/rarbggo.org\/torrents.php*",
                "https:\/\/rarbgmirror.com\/torrents.php*",
                "https:\/\/rarbgmirror.org\/torrents.php*",
                "https:\/\/rarbgmirror.xyz\/torrents.php*",
                "https:\/\/rarbgmirrored.org\/torrents.php*",
                "https:\/\/rarbgproxy.org\/torrents.php*",
                "https:\/\/rarbgprx.org\/torrents.php*",
                "https:\/\/rarbgto.org\/torrents.php*",
                "https:\/\/rarbgunblock.com\/torrents.php*",
                "https:\/\/www.rarbg2019.org\/torrents.php*",
                "https:\/\/www.rarbgaccess.org\/torrents.php*",
                "https:\/\/www.rarbgdata.org\/torrents.php*",
                "https:\/\/www.rarbgget.org\/torrents.php*",
                "https:\/\/www.rarbggo.org\/torrents.php*",
                "https:\/\/www.rarbgmirror.com\/torrents.php*",
                "https:\/\/www.rarbgmirror.org\/torrents.php*",
                "https:\/\/www.rarbgmirror.xyz\/torrents.php*",
                "https:\/\/www.rarbgmirrored.org\/torrents.php*",
                "https:\/\/www.rarbgproxy.org\/torrents.php*",
                "https:\/\/www.rarbgprx.org\/torrents.php*",
                "https:\/\/www.rarbgto.org\/torrents.php*",
                "https:\/\/www.rarbgunblock.com\/torrents.php*",
                "https:\/\/rarbgaccessed.org\/torrents.php*"
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "Download magnet links from RARBG and it's mirror sites.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/rarbgmultidownload\/hkocjjcejohnfdijbnmphjopcfcafmpf?hl=en",
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/logo.png",
        "48": "images\/logo.png"
    },
    "manifest_version": 2,
    "name": "RARBG Multi Download",
    "permissions": [
        "https:\/\/www.rarbg.to\/",
        "https:\/\/rarbg.to\/",
        "https:\/\/rarbg2019.org\/",
        "https:\/\/rarbgaccess.org\/",
        "https:\/\/rarbgdata.org\/",
        "https:\/\/rarbgget.org\/",
        "https:\/\/rarbggo.org\/",
        "https:\/\/rarbgmirror.com\/",
        "https:\/\/rarbgmirror.org\/",
        "https:\/\/rarbgmirror.xyz\/",
        "https:\/\/rarbgmirrored.org\/",
        "https:\/\/rarbgproxy.org\/",
        "https:\/\/rarbgprx.org\/",
        "https:\/\/rarbgto.org\/",
        "https:\/\/rarbgunblock.com\/",
        "https:\/\/www.rarbg2019.org\/",
        "https:\/\/www.rarbgaccess.org\/",
        "https:\/\/www.rarbgdata.org\/",
        "https:\/\/www.rarbgget.org\/",
        "https:\/\/www.rarbggo.org\/",
        "https:\/\/www.rarbgmirror.com\/",
        "https:\/\/www.rarbgmirror.org\/",
        "https:\/\/www.rarbgmirror.xyz\/",
        "https:\/\/www.rarbgmirrored.org\/",
        "https:\/\/www.rarbgproxy.org\/",
        "https:\/\/www.rarbgprx.org\/",
        "https:\/\/www.rarbgto.org\/",
        "https:\/\/www.rarbgunblock.com\/",
        "https:\/\/rarbgaccessed.org\/"
    ],
    "short_name": "RARBGmdown",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2.2",
    "web_accessible_resources": [
        "images\/logo.png"
    ]
}