Geosurf Pro

Welcome to the next generation proxy solution, GeoSurf™ Pro chrome extension is an easy way to utilize the next generation of…

Geosurf Pro란 무엇입니까?

Geosurf Pro은(는) https://www.geosurf.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Welcome to the next generation proxy solution, GeoSurf™ Pro chrome extension is an easy way to utilize the next generation of…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Geosurf Pro 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Welcome to the next generation proxy solution, GeoSurf™ Pro chrome extension is an easy way to utilize the next generation of proxies.
GeoSurf™ Pro is an easy to use chrome extension that enables users to access Residential IPs and Premium Static IPs network!

GeoSurf™ Pro enables users to access, switch and rotate both Static and Residential IPs directly from your chrome browser.
With GeoSurf™ Pro you can experience any web page or web content as it resolves to a real user behavior in more than 130+ locations.

Additional benefits:
1) Easily switch from Residential to Premium Static IPs.
2) Sticky IPs - Define the Time-frame and our extension will automatically switch the IP for you.
3) Access your web sites (and your competitors'!) as if coming from different locations to perform QA and view geo-targeted content and advertising.

Have questions? visit us at http://www.geosurf.com

GeoSurf Pro privacy policy: http://www.geosurf.com/privacy/                    

확장 프로그램 기본 정보

이름 Geosurf Pro Geosurf Pro
ID edmgabkkegnklhhghcijffilbmfmmnji
공식 URL https://chromewebstore.google.com/detail/geosurf-pro/edmgabkkegnklhhghcijffilbmfmmnji
설명 Welcome to the next generation proxy solution, GeoSurf™ Pro chrome extension is an easy way to utilize the next generation of…
파일 크기 2.13 MB
설치 횟수 6,635
현재 버전 7.0.2
최근 업데이트 2023-10-21
출시 날짜 2020-04-02
평점 4.63/5 총 8 개의 평점
개발자 https://www.geosurf.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.geosurf.com/products/geosurf-toolbar/
도움말 페이지 URL https://www.geosurf.com/resources/faq/
개인정보 보호 정책 페이지 URL https://www.biscience.com/privacy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Geosurf Pro",
    "version": "7.0.2",
    "description": "",
    "manifest_version": 3,
    "homepage_url": "https:\/\/www.geosurf.com",
    "background": {
        "service_worker": "service_worker.js"
    },
    "action": {
        "default_icon": "icons\/extension\/default.png",
        "default_title": "GeoSurf",
        "default_popup": "popup\/index.html"
    },
    "icons": {
        "18": "icons\/extension\/icon_18.png",
        "48": "icons\/extension\/icon_48.png",
        "128": "icons\/extension\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "offscreen",
        "webRequestAuthProvider",
        "alarms",
        "proxy",
        "browsingData",
        "webRequest",
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "content\/scripts\/location.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "resources": [
                "\/fonts\/outfit\/font-outfit.css",
                "\/fonts\/outfit\/*.ttf"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ]
}