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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}