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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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"
    }
}