Smartproxy Extension

Smartproxy Extension – Easy Proxy Setup

Что такое Smartproxy Extension?

Smartproxy Extension - это расширение Chrome, разработанное https://smartproxy.com, и его основная функция - "Smartproxy Extension – Easy Proxy Setup".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Smartproxy Extension

Скачайте файлы расширений Smartproxy Extension в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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                    

Основная информация о расширении

Название Smartproxy Extension Smartproxy Extension
ID hdemabfejemmmicoabglpocdmmkjphpo
Официальный URL https://chromewebstore.google.com/detail/smartproxy-extension/hdemabfejemmmicoabglpocdmmkjphpo
Описание Smartproxy Extension – Easy Proxy Setup
Размер файла 3.28 MB
Количество установок 20,000
Текущая Версия 4.0.1
Последнее Обновление 2024-03-01
Дата публикации 2020-04-30
Рейтинг 3.03/5 Всего 30 оценок
Разработчик https://smartproxy.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://smartproxy.com/
URL страницы помощи https://help.smartproxy.com/docs/smartproxy-chrome-extension-1
URL страницы политики конфиденциальности https://smartproxy.com/legal/privacy-policy
Поддерживаемые языки 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"
    }
}