SmartyDNS - VPN and Smart DNS

Online privacy, security and freedom

SmartyDNS - VPN and Smart DNS란 무엇입니까?

SmartyDNS - VPN and Smart DNS은(는) https://www.smartydns.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Online privacy, security and freedom"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

SmartyDNS - VPN and Smart DNS 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}