Feed Proxy

The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.

O que é Feed Proxy?

Feed Proxy é uma extensão do Chrome desenvolvida por D09r, e sua principal característica é "The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Feed Proxy

Baixe arquivos de extensão Feed Proxy 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

                        If you're an user: Feed Proxy browser extension allows you to switch between many countries proxy servers in a click to watch or visit the geo-blocked contents.

If you're a developer or tester: Feed Proxy browser extension allows you to do your geo testing effectively, and quickly. You can quickly switch between countries proxy servers in a click.

Please, write your valuable review to enhance this extension and share with your colleagues and friends if you find this extension is helpful.

Also, take a look at my other extensions for Chrome, Edge and Firefox browsers.

Chrome: https://chrome.google.com/webstore/search/d09r
Microsoft Edge: https://microsoftedge.microsoft.com/addons/detail/fnhijfcdiaaafpgmnnfhcjbbjjeiciij
Firefox: https://addons.mozilla.org/firefox/user/D09r/

#d09r                    

Informações Básicas da Extensão

Nome Feed Proxy Feed Proxy
ID ehfljgbbpjgcfondpjcmbfmmpnhchfkg
URL Oficial https://chromewebstore.google.com/detail/feed-proxy/ehfljgbbpjgcfondpjcmbfmmpnhchfkg
Descrição The Proxy & User-Agent Switcher extension helps to do geolocation-testing and mobile device-testing of any websites.
Tamanho do Arquivo 274 KB
Contagem de Instalações 591
Versão Atual 3.0
Última Atualização 2020-07-24
Data de Publicação 2019-09-21
Classificação 3.17/5 Total de 6 Avaliações
Desenvolvedor D09r
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://feedproxy.tumblr.com
URL da Página de Ajuda https://chrome.google.com/webstore/detail/ehfljgbbpjgcfondpjcmbfmmpnhchfkg/support
URL da Página de Política de Privacidade https://feedproxy.tumblr.com/privacy-policy
Idiomas Suportados de,en,fr,ru,ar,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "version": "3.0",
    "description": "__MSG_extDescription__",
    "short_name": "free proxy",
    "default_locale": "en",
    "options_page": "proxy-settings.html",
    "incognito": "spanning",
    "browser_action": {
        "default_icon": "img\/fi\/proxy64.png",
        "default_title": "Proxy & User-Agent switcher",
        "default_popup": "popup.html"
    },
    "background": {
        "page": "bg.html",
        "persistent": true
    },
    "icons": {
        "16": "img\/fi\/proxy16.png",
        "32": "img\/fi\/proxy32.png",
        "48": "img\/fi\/proxy48.png",
        "64": "img\/fi\/proxy64.png",
        "128": "img\/fi\/proxy128.png",
        "512": "img\/fi\/proxy512.png"
    },
    "author": "d09r",
    "homepage_url": "https:\/\/d09r.github.io\/proxy-user-agent-switcher\/",
    "permissions": [
        "proxy",
        "background",
        "storage",
        "contextMenus",
        "webRequest",
        "webRequestBlocking",
        "",
        "notifications"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}