RyoVPN

Unblock the Chrome to surf the Internet!

RyoVPNとは何ですか?

RyoVPNはhttps://ryonosuke.jpによって開発されたChromeの拡張機能で、その主な機能は「Unblock the Chrome to surf the Internet!」です。

拡張機能のスクリーンショット

screenshot
screenshot

RyoVPN拡張機能のCRXファイルをダウンロード

RyoVPN拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Ryonosuke VPN service is fast, easy, reliable and private, especially for the users traveling to those Internet less freedom countries. 

Ryonosuke VPN for Chrome protects your online privacy, unblocks websites, protects your security on Wi-Fi hotspots, prevents ad tracking, and encrypts all of the data in and out of your browser with one easy to use extension.                    

拡張機能の基本情報

名前 RyoVPN RyoVPN
ID enohomemkecjkggiceggbfgbafbneblh
公式URL https://chromewebstore.google.com/detail/ryovpn/enohomemkecjkggiceggbfgbafbneblh
説明 Unblock the Chrome to surf the Internet!
ファイルサイズ 315 KB
インストール数 8,382
現在のバージョン 2.3.4
最終更新日 2022-06-15
公開日 2020-04-15
評価 3.55/5 合計 20 レビュー
開発者 https://ryonosuke.jp
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://ryonosuke.jp
プライバシーポリシーページのURL https://generateline.com/privacy
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.3.4",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "__MSG_app_name__",
    "short_name": "__MSG_short_name__",
    "description": "__MSG_app_desc__",
    "icons": {
        "128": "assets\/images\/on.png",
        "48": "assets\/images\/on48.png",
        "16": "assets\/images\/on16.png"
    },
    "permissions": [
        "proxy",
        "storage",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "assets\/javascripts\/base64.min.js",
            "assets\/javascripts\/jquery-3.4.1.min.js",
            "assets\/javascripts\/core.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "assets\/images\/off.png",
        "default_title": "__MSG_title__",
        "default_popup": "popup.html"
    }
}