RPNet

RPNet extension for Google Chrome/Chromium

什麼是RPNet?

RPNet是由RPNET開發的Chrome擴展程式,該擴展的主要功能是“RPNet extension for Google Chrome/Chromium”。

擴展截圖

screenshot
screenshot

下載RPNet擴展crx文件

下載RPNet擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 RPNet RPNet
ID gihfcdhdfheiepmmjddbefbemfocaccg
官方網址 https://chromewebstore.google.com/detail/rpnet/gihfcdhdfheiepmmjddbefbemfocaccg
簡介 RPNet extension for Google Chrome/Chromium
檔案大小 77.4 KB
安裝次數 193
目前版本 0.0.5
更新時間 2023-02-23
上架時間 2022-08-06
評分 1.00/5 共 2 次評分
開發者 RPNET
電子郵箱 [email protected]
付費類型 free
擴展官網 https://premium.rpnet.biz
說明頁面URL https://premium.rpnet.biz/contact-us
隱私政策頁面URL https://premium.rpnet.biz/privacy-policy
支援的語言 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",
        ""
    ]
}