OVPN.com

The extension is the perfect complement to OVPN. Block ads & trackers and require a VPN connection in order to visit certain domains

OVPN.comคืออะไร?

OVPN.com เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OVPN.com และคุณลักษณะหลักของมันคือ "The extension is the perfect complement to OVPN. Block ads & trackers and require a VPN connection in order to visit certain domains"

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OVPN.com

ดาวน์โหลดไฟล์ส่วนขยาย OVPN.com ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Never visit a website without VPN again
There are some websites you simply don't want to visit without being protected by OVPN. The OVPN browser extension helps you remember just that.

Any and all requests to those websites are blocked ensuring your anonymity and privacy.

WebRTC IP address leak
Your private IP address can leak through WebRTC even when connected to OVPN. The extension protects you against such leaks without entirely disabling WebRTC meaning you can still reap the benefits of WebRTC.

Control your data
Block companies tracking and profiling your browsing habits without your consent. The extension blocks analytics trackers ensuring your browsing stays private.

The power is now in your hands - you get to decide which companies, if any, that gets your data.

Purge cookies & local storage
Remove cookies stored on your computer as soon as you leave a certain website. Never again will you see obtrusive retargeting ads on social media.

Remove unwanted noise
Thousands of advertisements are removed so you can focus on the content you are actually looking for.

Also enjoy higher browsing speed as unnecessary requests are blocked by the extension.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OVPN.com OVPN.com
ID pgogbeeleccaogghlpmoilbegdhacfnn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ovpncom/pgogbeeleccaogghlpmoilbegdhacfnn
คำอธิบาย The extension is the perfect complement to OVPN. Block ads & trackers and require a VPN connection in order to visit certain domains
ขนาดไฟล์ 1.74 MB
จำนวนการติดตั้ง 7,645
เวอร์ชันปัจจุบัน 0.8.2
อัปเดตครั้งล่าสุด 2020-10-01
วันที่เผยแพร่ 2020-01-30
คะแนน 3.53/5 รวมทั้งหมด 15 คะแนน
ผู้พัฒนา OVPN.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.ovpn.com
URL หน้าช่วยเหลือ https://www.ovpn.com/en/faq/browser-extension
URL หน้านโยบายความเป็นส่วนตัว https://www.ovpn.com/en/privacypolicy
ภาษาที่รองรับ en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "description": "__MSG_extensionDescription__",
    "version": "0.8.2",
    "icons": {
        "16": "icons\/icon_logo16x16.png",
        "48": "icons\/icon_logo48x48.png",
        "128": "icons\/icon_logo128x128.png"
    },
    "default_locale": "en",
    "author": "OVPN.com",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_logo19x19.png",
            "38": "icons\/icon_logo38x38.png"
        },
        "default_popup": "index.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.ovpn.com\/*"
            ],
            "js": [
                "js\/ovpn.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*ovpncomstorageclearingid*"
            ],
            "js": [
                "js\/storage.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "homepage_url": "https:\/\/www.ovpn.com",
    "permissions": [
        "tabs",
        "privacy",
        "cookies",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "webNavigation",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}