Ping VPN - Free VPN Proxy with Ad Blocker

Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.

O que é Ping VPN - Free VPN Proxy with Ad Blocker?

Ping VPN - Free VPN Proxy with Ad Blocker é uma extensão do Chrome desenvolvida por https://pingproxies.com, e sua principal característica é "Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Ping VPN - Free VPN Proxy with Ad Blocker

Baixe arquivos de extensão Ping VPN - Free VPN Proxy with Ad Blocker 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

                        Fast, Totally Free, and Secure ad-blocking VPN Proxy service to protect your privacy online and get past website restrictions.

Our main features are:
✔	Global server network
✔	Block ads on major websites including Twitch, CNN, Dailymail & Many More
✔	Block trackers and malware
✔	High-speed server network
✔	No Logs policy
✔	24/7 customer service
✔	Unlimited Bandwidth & Traffic


Ad  Blocking Notice

We do not block Google or Youtube ads.

The Privacy Policy Notes

Your privacy and safety are critical values of our company. We highly limit any data we collect and if we get access to your data in the service delivery process, we don't share it with any third party.

Terms of Use: https://www.pingproxies.com/terms
Privacy Policy: https://blogs.pingproxies.com/ping-vpn-privacy-policy                    

Informações Básicas da Extensão

Nome Ping VPN - Free VPN Proxy with Ad Blocker Ping VPN - Free VPN Proxy with Ad Blocker
ID hlljcjhgaafngcnjidcjekablaojhfcf
URL Oficial https://chromewebstore.google.com/detail/ping-vpn-free-vpn-proxy-w/hlljcjhgaafngcnjidcjekablaojhfcf
Descrição Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.
Tamanho do Arquivo 8.26 MB
Contagem de Instalações 24,659
Versão Atual 1.1.5
Última Atualização 2023-08-09
Data de Publicação 2022-12-09
Classificação 3.99/5 Total de 102 Avaliações
Desenvolvedor https://pingproxies.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.pingproxies.com
URL da Página de Ajuda https://documentation.pingproxies.com
URL da Página de Política de Privacidade https://blogs.pingproxies.com/ping-vpn-privacy-policy
Idiomas Suportados id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "1.1.5",
    "default_locale": "en",
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "permissions": [
        "storage",
        "proxy",
        "webRequest",
        "webRequestAuthProvider",
        "privacy",
        "management",
        "alarms"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sweetalert2.all.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "optional_host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Main",
        "default_popup": "window.html"
    },
    "icons": {
        "16": ".\/img\/icon.png",
        "48": ".\/img\/icon.png",
        "128": ".\/img\/icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                ".\/sweetalert2.all.min.js"
            ]
        }
    ]
}