RainProxy Extension

Web proxy by Rainproxy - Fastest Residential Proxy Network

RainProxy Extensionคืออะไร?

RainProxy Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rainproxy และคุณลักษณะหลักของมันคือ "Web proxy by Rainproxy - Fastest Residential Proxy Network"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย RainProxy Extension

ดาวน์โหลดไฟล์ส่วนขยาย RainProxy Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        The Rainproxy extension is finally available to everyone for FREE! Unlock Chrome without having to go through any configuration to install proxies.

Tool does everything for you. All you have to do is have a package and enter your username and password in the extension. The extension will automatically integrate your browser to the proxy directly.

The tool allows you to use these features:

- Choose rotating or sticky proxy method.
(With rotating you get a new IP per request you make. Sticky is actually the reverse. With sticky proxy your IP stays the same when you make a request. In simple words, if you refresh the page, you keep the same IP which with rotating is reversed.)

- Choose dozens of countries you want to connect to.

- Completely free for our amazing customers. Not there yet? Try our service, our priority is quality, then you know for sure that you have come to the right provider.

You only need this tool and a Rainproxy package, you don't need anything else. We make everything easy for you so you can do your job.

IMPORTANT:
Note: When you open the extension, please enter your proxy name & password. Don't enter your Rainproxy credentials.

For example, if your proxy username looks like Rprxyuser1-cc-US, you have to enter those details only: 

Username: Rprxyuser1
Password: Rprxyuser2

* (DO NOT include -cc- etc)

We're open for any feedback you have. Please contact [email protected] for any feature requests or feedback.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ RainProxy Extension RainProxy Extension
ID neeljcpececgoeggeiioekligglogong
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rainproxy-extension/neeljcpececgoeggeiioekligglogong
คำอธิบาย Web proxy by Rainproxy - Fastest Residential Proxy Network
ขนาดไฟล์ 163 KB
จำนวนการติดตั้ง 396
เวอร์ชันปัจจุบัน 6.0.0
อัปเดตครั้งล่าสุด 2023-06-21
วันที่เผยแพร่ 2021-09-08
คะแนน 2.29/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Rainproxy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://rainproxy.io
URL หน้าช่วยเหลือ https://rainproxy.io
URL หน้านโยบายความเป็นส่วนตัว https://rainproxy.io/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_action": {
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        },
        "default_popup": "login.html",
        "default_title": "RainProxy Proxy"
    },
    "background": {
        "scripts": [
            "\/js\/background.js"
        ]
    },
    "content_security_policy": "script-src 'self' ; object-src 'self'",
    "description": "Web proxy by Rainproxy - Fastest Residential Proxy Network",
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "50",
    "name": "RainProxy Extension",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "proxy",
        "webRequest",
        "webRequestBlocking"
    ],
    "version": "6.0.0"
}