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ファイルをダウンロード

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
Eメール [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"
    }
}