Smartproxy Extension

Smartproxy Extension – Easy Proxy Setup

Co je Smartproxy Extension?

Smartproxy Extension je rozšíření Chrome vyvinuté https://smartproxy.com, a jeho hlavní funkcí je „Smartproxy Extension – Easy Proxy Setup“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Smartproxy Extension

Stáhněte si soubory rozšíření Smartproxy Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Start using proxies in seconds with Chrome Proxy Extension

Say goodbye to the hassle of navigating through Chrome settings and the complexity of constantly adjusting the proxy configuration dialog in your operating system. Effortlessly bring all the essential proxy features into your Chrome browser with the Smartproxy extension.

Chrome Proxy Extension works with any proxies with no added cost. Don’t have proxies yet? Try ours. https://smartproxy.com/proxies/residential-proxies/pricing


THE EXTENSION OFFERS BENEFITS, SUCH AS:
✓ SupportIng residential, ISP, mobile, and datacenter proxies.
✓ Compatibility with any proxy provider.
✓ Instant proxy access & setup.
✓ Ability to save an unlimited amount of proxy profiles.
✓ No CAPTCHAs or IP bans.
✓ 24/7 tech support.


As a bonus, the tool includes extra features designed specifically for Smartproxy proxy users:
✓ Access to up to 195+ locations.
✓ Sticky (up to 30 min.) or rotating connection types.


CHANGELOG:

Nov, 2023
- Added Teams functionality

Oct, 2023
- Expanded mobile proxy city coverage.
- Added residential proxy ZIP Code targeting.
- Included additional ISP proxy locations.

Sep, 2023
- Implemented the ability to create and save proxy profiles.

Aug 21, 2023
- Enabled proxy setup without Login.
- Allowed setup of any proxy provider proxies.

Aug 3, 2023
- Implemented Login functionality.
- Completed UX/UI rework.

May 22, 2023
- Enabled compatibility with all Smartproxy proxy types.

Mar 8, 2023
- Expanded city coverage.
- Enhanced location section.


USEFUL INFO:
- Help doc: https://help.smartproxy.com/docs/smartproxy-chrome-extension-v2 
- 24/7 support: https://direct.lc.chat/12092754 
- Chrome Proxy Extension landing page: https://smartproxy.com/apps/proxy-extension 
- Chrome Proxy Extension on Firefox: https://addons.mozilla.org/en-US/firefox/addon/smartproxyextension/ 
- Privacy Policy: https://smartproxy.com/legal 
- License Agreement: https://smartproxy.com/legal/license-agreement                    

Základní Informace o Rozšíření

Název Smartproxy Extension Smartproxy Extension
ID hdemabfejemmmicoabglpocdmmkjphpo
Oficiální URL https://chromewebstore.google.com/detail/smartproxy-extension/hdemabfejemmmicoabglpocdmmkjphpo
Popis Smartproxy Extension – Easy Proxy Setup
Velikost souboru 3.28 MB
Počet instalací 20,000
Aktuální Verze 4.0.1
Poslední Aktualizace 2024-03-01
Datum Vydání 2020-04-30
Hodnocení 3.03/5 Celkem 30 Hodnocení
Vývojář https://smartproxy.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://smartproxy.com/
URL Stránky Nápovědy https://help.smartproxy.com/docs/smartproxy-chrome-extension-1
URL Stránky Zásad Ochrany Soukromí https://smartproxy.com/legal/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "4.0.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjIdf00bg6FTLWOqDWhqnKCMLq1QoHwlu0yscs8W\/QVqWB6jM2xWsF3CTqt5tsDiyqXh4WhPYGytbIkw1FQNGqSA7ahU7qo9Kujey\/VOeT37JRLkQc0BZTeNWR95HkWBdjgD7iqA+sxktnVThTC92JJjppGS6AS+oLbC2BZXGpd3fBYwIszMnp8TJZ2ez\/I2PQBMEACFkebxcuAOZrWoe9xmg4s7CfSDQIpR0PzXUZH09q+NcPO4MyQ+X+5WeNqKQAXJEZKqtlWbJsLlXFLnZdcVg+Qje6eZqbSa3qE7Xzr8WkDaud+M7t9kkTUa3ir+dnHsis99p90+hM17pe9y+nwIDAQAB",
    "description": "Smartproxy Extension \u2013 Easy Proxy Setup",
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "Smartproxy Extension"
    },
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "page": "background.html"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/dashboard.smartproxy.com\/*",
            "https:\/\/dashboard.smartdaili-china.com\/*"
        ]
    },
    "browser_specific_settings": {
        "gecko": {
            "strict_min_version": "91.1.0",
            "id": "{98aaea6a-a2b9-40ea-a884-fe07e30b4b34}"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/dashboard.smartproxy.com\/*",
                "https:\/\/dashboard.smartdaili-china.com\/*"
            ],
            "js": [
                "ff_login.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "short_name": "Smartproxy Extension",
    "name": "Smartproxy Extension",
    "icons": {
        "128": "icon-disconnected.png"
    }
}