RPNet

RPNet extension for Google Chrome/Chromium

Was ist RPNet?

RPNet ist eine Chrome-Erweiterung, die von RPNET entwickelt wurde, und ihr Hauptmerkmal ist "RPNet extension for Google Chrome/Chromium".

Erweiterungsscreenshots

screenshot
screenshot

RPNet-Erweiterungs-CRX-Datei herunterladen

Laden Sie RPNet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        RPNet extension for Google Chrome/Chromium
RPNet allows you to download your torrents securely via our servers. You can also download from several one-click-hosts as premium user without waiting time or captchas. If you want you can use our usenet access, too. But that's not all: with RPNet you also have a VPN service with several locations and a proxy service to circumvent geo-restrictions.

With this addon you are able to download as premium user from several one-click-hosts directly in browser. You don't even need to copy the link, as it detects automatically when you enter a supported link in your browser. Addionally you can use our proxy service to circumvent the geo-restrictions of several supported sites. In case your site is not supported you can select a country and the whole browser traffic will be routed via our proxy.

To use this extension you need a valid premium account on RPNet.                    

Grundlegende Informationen zur Erweiterung

Name RPNet RPNet
ID gihfcdhdfheiepmmjddbefbemfocaccg
Offizielle URL https://chromewebstore.google.com/detail/rpnet/gihfcdhdfheiepmmjddbefbemfocaccg
Beschreibung RPNet extension for Google Chrome/Chromium
Dateigröße 77.4 KB
Installationsanzahl 193
Aktuelle Version 0.0.5
Letztes Update 2023-02-23
Veröffentlichungsdatum 2022-08-06
Bewertung 1.00/5 Insgesamt 2 Bewertungen
Entwickler RPNET
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://premium.rpnet.biz
Hilfeseite URL https://premium.rpnet.biz/contact-us
URL der Datenschutzrichtlinien-Seite https://premium.rpnet.biz/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RPNet",
    "version": "0.0.5",
    "description": "RPNet extension for Google Chrome\/Chromium",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/32.png",
        "default_popup": "popup\/popup.html",
        "default_title": "RapidPremium"
    },
    "icons": {
        "128": "icons\/128.png",
        "16": "icons\/16.png",
        "32": "icons\/32.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "webRequest",
        "proxy",
        "webRequestBlocking",
        "storage",
        ""
    ]
}