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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Geosurf Pro एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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:\/\/*\/*"
            ]
        }
    ]
}