Smartproxy Extension

Smartproxy Extension – Easy Proxy Setup

Smartproxy Extensionとは何ですか?

Smartproxy Extensionはhttps://smartproxy.comによって開発されたChromeの拡張機能で、その主な機能は「Smartproxy Extension – Easy Proxy Setup」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Smartproxy Extension拡張機能のCRXファイルをダウンロード

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
Eメール [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"
    }
}