RyoVPN

Unblock the Chrome to surf the Internet!

Cos'è RyoVPN?

RyoVPN è un'estensione di Chrome sviluppata da https://ryonosuke.jp, e la sua funzione principale è "Unblock the Chrome to surf the Internet!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione RyoVPN

Scarica i file di estensione RyoVPN in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RyoVPN RyoVPN
ID enohomemkecjkggiceggbfgbafbneblh
URL Ufficiale https://chromewebstore.google.com/detail/ryovpn/enohomemkecjkggiceggbfgbafbneblh
Descrizione Unblock the Chrome to surf the Internet!
Dimensione del File 315 KB
Conteggio Installazioni 8,382
Versione Corrente 2.3.4
Ultimo Aggiornamento 2022-06-15
Data di Pubblicazione 2020-04-15
Valutazione 3.55/5 Totale 20 Valutazioni
Sviluppatore https://ryonosuke.jp
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://ryonosuke.jp
URL della Pagina della Politica sulla Privacy https://generateline.com/privacy
Lingue Supportate 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"
    }
}