ProxyPony ToolBar

Mobile Carrier Proxies

O que é ProxyPony ToolBar?

ProxyPony ToolBar é uma extensão do Chrome desenvolvida por Evina, e sua principal característica é "Mobile Carrier Proxies".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ProxyPony ToolBar

Baixe arquivos de extensão ProxyPony ToolBar no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        The all new ProxyPony plugin for Chrome allows you to access mobile carrier & region specific content (ads, landing pages, websites, etc) from your desktop as if you were in that region.

Functionalities include:
    o Selection of a proxy from a list of worldwide mobile carriers and use of it in Chrome.
    o Selection of a user-agent from a list of terminals and replacement of the user-agent of Chrome.
    o Auto-adaptation of the language to the region of the mobile carrier proxy you are using.

What you can accomplish with this plugin:
    o Competition analysis
    o Compliance tests
    o Functional tests for services using Direct Carrier Billing (DCB)
    o Threat analysis and security breach detection

This plugin is aimed for:
    o Performance Networks & Media Buyers
    o Mobile Advertisers
    o Ad Agencies
    o Services & Applications developers
    o Internet Security Companies

NB: In order to access & use this plugin, you need to have an account registered with ProxyPony. If you do not, please visit our website and ask for a quotation.

------------------------------------------

What changed in Version 1.0.13 : 
   o Correction of a display bug of the main menu (for MacOS users)
   o Correction of a cache issue which didn’t allow users to change accounts 

What changed in Version 1.0.14 :
   o The navigator's user-agent is also updated when selecting devices
   o Proxies status is refreshed when click on networks

What changed in version 1.0.17 :
   o Proxies downspeed is displayed in Mbit/s
   o Proxies status is displayed with red/green icons

What changed in version 1.0.18 :
   o Bug fixes when used on Linux/Unix

What changed in version 1.0.21 :
   o Fix AuthRequired chrome Event handling
   o Use evina's webpage for test connection tab                    

Informações Básicas da Extensão

Nome ProxyPony ToolBar ProxyPony ToolBar
ID gakmhfkhimfndankmbbbkidoieogffcj
URL Oficial https://chrome.google.com/webstore/detail/proxypony-toolbar/gakmhfkhimfndankmbbbkidoieogffcj
Descrição Mobile Carrier Proxies
Tamanho do Arquivo 493 KB
Contagem de Instalações 169
Versão Atual 1.0.21
Última Atualização 2020-11-27
Data de Publicação 2020-04-02
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Evina
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.proxypony.com/
URL da Página de Ajuda http://www.proxypony.com/
Idiomas Suportados en
manifest.json
{
    "background": {
        "page": "ProxyPony\/Toolbar\/Pages\/Background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "ProxyPony\/Toolbar\/Images\/ProxyPony-48x48-Disconnected.png",
        "default_popup": "ProxyPony\/Toolbar\/Pages\/Popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "description": "Mobile Carrier Proxies",
    "icons": {
        "128": "ProxyPony\/Toolbar\/Images\/ProxyPony-128x128-Colored.png",
        "16": "ProxyPony\/Toolbar\/Images\/ProxyPony-16x16-Colored.png",
        "48": "ProxyPony\/Toolbar\/Images\/ProxyPony-48x48-Colored.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr2NCWD88yRvpIoI4zDJYqmXZk+lLEPXFYDFWmBJRl1H6LzWhXx2dzJHiUO\/KqoBVIeBILRPA7LQs5EddC+k6yuyQp01gelxZsqnuRgkjc7GH7XdHDsI\/QKpr6v8D2hsNpWFny8yod0cRdgD3+I77gJ1H\/WRJ+JE4iM8D9g+3ylsGuNGS8sISxAYbrQstLPkNa+BFSaiU+qqs5BFQ1cm6TDuRJZACAb2gxKLGdFWi2s88NkEAblBfhZeB0CmqoXptoUBYTWNnsso8Fgwcu9feIYfMUzXpD1V0gofj4PrVV9SSTI8r2RsVXtMQuqd0GX6XTG0aPx8iA3g5C1hLtEF4CwIDAQAB",
    "manifest_version": 2,
    "name": "ProxyPony ToolBar",
    "options_page": "ProxyPony\/Toolbar\/Pages\/Options.html",
    "permissions": [
        "tabs",
        "notifications",
        "cookies",
        "idle",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "",
        "browsingData",
        "proxy"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.21"
}