ProxyBurst Extension

Official ProxyBurst Browser Extension

ProxyBurst Extension란 무엇입니까?

ProxyBurst Extension은(는) Textverified.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Official ProxyBurst Browser Extension"입니다.

확장 프로그램 스크린샷

screenshot

ProxyBurst Extension 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The official ProxyBurst Chrome Browser Extension lets ProxyBurst customers conveniently manage and switch ProxyBurst circuits with a single click. No more digging through your browser's proxy setting. No more retyping proxy settings over and over. Seamlessly enhance your internet experience with the ProxyBurst extension and avoid the hassle of manually configuring your browser proxy settings each time.

Here's what our extension does--

1) It builds you a circuit (mobile IP Address) and configures your browser's use that circuit automatically. 
2) Disconnect from the circuit after your work is done and our extension will automatically restore your settings. 

Proxies are a tool and you deserve the best for your work. ProxyBurst only offers the best type of proxies -- US mobile 4G/5G proxies. Our proxies connect you directly to the mobile carrier's cellular network: Verizon, T-Mobile, AT&T, Dish and their MVNOs. 

Standard proxies constantly go bad from other companies. Low quality IP addresses like datacenters and static residential IP addresses quickly get flagged, and it won’t be long before ISPs cut off access from that address. When that happens, your low quality proxy won’t work anymore. 

This is why we only offer the best and nothing else: US mobile proxies. You won't find datacenter or residential IPs in our services. Your connections go straight through the mobile carrier's cellular network. You'll blend anonymously into the same cellular network that millions of Americans are already using: https://www.proxyburst.com

Happy proxying!                    

확장 프로그램 기본 정보

이름 ProxyBurst Extension ProxyBurst Extension
ID kobchfklhdgpghimkkgejmfkgojhekin
공식 URL https://chromewebstore.google.com/detail/proxyburst-extension/kobchfklhdgpghimkkgejmfkgojhekin
설명 Official ProxyBurst Browser Extension
파일 크기 51.13 KB
설치 횟수 11
현재 버전 1.1
최근 업데이트 2021-03-31
출시 날짜 2021-03-26
개발자 Textverified.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.proxyburst.com
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ProxyBurst Extension",
    "description": "Official ProxyBurst Browser Extension",
    "version": "1.1",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "ProxyBurst Extension"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery3_6_0.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/*.googleapis.com https:\/\/stackpath.bootstrapcdn.com; object-src 'self'",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "proxy",
        "storage",
        ""
    ]
}