RyoVPN

Unblock the Chrome to surf the Internet!

Vad är RyoVPN?

RyoVPN är en Chrome-tillägg utvecklad av https://ryonosuke.jp, och dess huvudfunktion är "Unblock the Chrome to surf the Internet!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner RyoVPN-förlängningens CRX-fil

Ladda ner RyoVPN-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn RyoVPN RyoVPN
ID enohomemkecjkggiceggbfgbafbneblh
Officiell webbadress https://chromewebstore.google.com/detail/ryovpn/enohomemkecjkggiceggbfgbafbneblh
Beskrivning Unblock the Chrome to surf the Internet!
Filstorlek 315 KB
Antal Installationer 8,382
Aktuell Version 2.3.4
Senast Uppdaterad 2022-06-15
Publiceringsdatum 2020-04-15
Betyg 3.55/5 Totalt 20 Betyg
Utvecklare https://ryonosuke.jp
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ryonosuke.jp
URL till Sekretesspolicy Sidan https://generateline.com/privacy
Stödda Språk 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"
    }
}