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.

什麼是Ping VPN - Free VPN Proxy with Ad Blocker?

Ping VPN - Free VPN Proxy with Ad Blocker是由https://pingproxies.com開發的Chrome擴展程式,該擴展的主要功能是“Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.”。

擴展截圖

screenshot
screenshot
screenshot

下載Ping VPN - Free VPN Proxy with Ad Blocker擴展crx文件

下載Ping VPN - Free VPN Proxy with Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Ping VPN - Free VPN Proxy with Ad Blocker Ping VPN - Free VPN Proxy with Ad Blocker
ID hlljcjhgaafngcnjidcjekablaojhfcf
官方網址 https://chromewebstore.google.com/detail/ping-vpn-free-vpn-proxy-w/hlljcjhgaafngcnjidcjekablaojhfcf
簡介 Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN.
檔案大小 8.26 MB
安裝次數 24,659
目前版本 1.1.5
更新時間 2023-08-09
上架時間 2022-12-09
評分 3.99/5 共 102 次評分
開發者 https://pingproxies.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.pingproxies.com
說明頁面URL https://documentation.pingproxies.com
隱私政策頁面URL https://blogs.pingproxies.com/ping-vpn-privacy-policy
支援的語言 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"
            ]
        }
    ]
}