SmartyDNS - VPN and Smart DNS

Online privacy, security and freedom

SmartyDNS - VPN and Smart DNSคืออะไร?

SmartyDNS - VPN and Smart DNS เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.smartydns.com และคุณลักษณะหลักของมันคือ "Online privacy, security and freedom"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartyDNS - VPN and Smart DNS

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

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

                        To use the extension, you need a SmartyDNS account. To get an account, you can register a 3-days free trial account (no credit card required) or order a subscription on our website. 

Using internet is not so safe anymore. There are literally thousands of hackers and organisations that want to look over your shoulder and monitorize what you are doing on internet or even steal some sensitive information of yours. SmartyDNS helps you to increase your online privacy by hiding your IP address.

Also, by changing your IP, you can unlock premium content online by bypassing geo-restrictions put in place by many online streaming services for example. Watch your favorite shows, or use the online services you like as if you were doing it from a country where they are available, regardless of your actual location.

- 3-days free trial
- 30-days Money Back Guarantee
- Fast servers
- No logs
- Unlimited speed and bandwidth
- Professional customer support                    

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

ชื่อ SmartyDNS - VPN and Smart DNS SmartyDNS - VPN and Smart DNS
ID hncmdohencefmegacfphphmbplacfjaj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/smartydns-vpn-and-smart-d/hncmdohencefmegacfphphmbplacfjaj
คำอธิบาย Online privacy, security and freedom
ขนาดไฟล์ 170 KB
จำนวนการติดตั้ง 1,520
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2021-09-20
วันที่เผยแพร่ 2020-01-03
คะแนน 1.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.smartydns.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.smartydns.com/
URL หน้าช่วยเหลือ https://www.smartydns.com/support/
URL หน้านโยบายความเป็นส่วนตัว https://www.smartydns.com/terms-conditions
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SmartyDNS - VPN and Smart DNS",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "Online privacy, security and freedom",
    "homepage_url": "https:\/\/www.smartydns.com\/",
    "icons": {
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "privacy",
        "storage",
        "proxy",
        "",
        "webRequest",
        "webRequestBlocking",
        "notifications",
        "https:\/\/api1.smartydns.com\/",
        "https:\/\/www.smartydns.com\/"
    ],
    "background": {
        "scripts": [
            "src\/browser_action\/js\/jquery-3.3.1.min.js",
            "src\/bg\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "SmartyDNS",
        "default_popup": "src\/browser_action\/browser_action.html"
    }
}