RPNet

RPNet extension for Google Chrome/Chromium

O que é RPNet?

RPNet é uma extensão do Chrome desenvolvida por RPNET, e sua principal característica é "RPNet extension for Google Chrome/Chromium".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão RPNet

Baixe arquivos de extensão RPNet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome RPNet RPNet
ID gihfcdhdfheiepmmjddbefbemfocaccg
URL Oficial https://chromewebstore.google.com/detail/rpnet/gihfcdhdfheiepmmjddbefbemfocaccg
Descrição RPNet extension for Google Chrome/Chromium
Tamanho do Arquivo 77.4 KB
Contagem de Instalações 193
Versão Atual 0.0.5
Última Atualização 2023-02-23
Data de Publicação 2022-08-06
Classificação 1.00/5 Total de 2 Avaliações
Desenvolvedor RPNET
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://premium.rpnet.biz
URL da Página de Ajuda https://premium.rpnet.biz/contact-us
URL da Página de Política de Privacidade https://premium.rpnet.biz/privacy-policy
Idiomas Suportados 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",
        ""
    ]
}