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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pingproxies.com และคุณลักษณะหลักของมันคือ "Free, Fast, ultra-secure, and easy-to-use Adblocking VPN Proxy. Enjoy Unlimited Traffic and Bandwidth with Ping VPN."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ping VPN - Free VPN Proxy with Ad Blocker

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}