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.

Was ist Ping VPN - Free VPN Proxy with Ad Blocker?

Ping VPN - Free VPN Proxy with Ad Blocker ist eine Chrome-Erweiterung, die von https://pingproxies.com entwickelt wurde, und ihr Hauptmerkmal ist "Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Ping VPN - Free VPN Proxy with Ad Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Ping VPN - Free VPN Proxy with Ad Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Ping VPN - Free VPN Proxy with Ad Blocker Ping VPN - Free VPN Proxy with Ad Blocker
ID hlljcjhgaafngcnjidcjekablaojhfcf
Offizielle URL https://chromewebstore.google.com/detail/ping-vpn-free-vpn-proxy-w/hlljcjhgaafngcnjidcjekablaojhfcf
Beschreibung Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.
Dateigröße 8.26 MB
Installationsanzahl 24,659
Aktuelle Version 1.1.5
Letztes Update 2023-08-09
Veröffentlichungsdatum 2022-12-09
Bewertung 3.99/5 Insgesamt 102 Bewertungen
Entwickler https://pingproxies.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.pingproxies.com
Hilfeseite URL https://documentation.pingproxies.com
URL der Datenschutzrichtlinien-Seite https://blogs.pingproxies.com/ping-vpn-privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}