Yolo web Proxy

Yolo is a web proxy that allows to access your favorite websites anonymously

Vad är Yolo web Proxy?

Yolo web Proxy är en Chrome-tillägg utvecklad av yolowebproxy, och dess huvudfunktion är "Yolo is a web proxy that allows to access your favorite websites anonymously".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Yolo web Proxy-förlängningens CRX-fil

Ladda ner Yolo web Proxy-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

                        Yolo is a web proxy that allows to access your favorite websites anonymously. The main difference to other proxies and VPNs is that Yolo allows quick Anonymous access to any webpage with one click. No need to turn on a VPN or visit proxy sites. Right click on any Link to open it anonymously instead  of passing all of your internet traffic through a VPN.

We need to maintain our servers and develop the service, that's why this extension currently is ad-sponsored and still free for everyone.

If you have found a bug or faced an issue please report it on the web store extension page                    

Grundläggande Information om Tillägg

Namn Yolo web Proxy Yolo web Proxy
ID pphbfeeeejppjigjddgoibemfjdnhikg
Officiell webbadress https://chrome.google.com/webstore/detail/yolo-web-proxy/pphbfeeeejppjigjddgoibemfjdnhikg
Beskrivning Yolo is a web proxy that allows to access your favorite websites anonymously
Filstorlek 31.68 KB
Antal Installationer 25
Aktuell Version 0.1.01
Senast Uppdaterad 2020-05-17
Publiceringsdatum 2020-05-17
Betyg 1.00/5 Totalt 1 Betyg
Utvecklare yolowebproxy
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Yolo web Proxy",
    "version": "0.1.01",
    "manifest_version": 2,
    "description": "Yolo is a web proxy that allows to access your favorite websites anonymously",
    "minimum_chrome_version": "35",
    "icons": {
        "16": "img\/download.png",
        "48": "img\/download.png",
        "128": "img\/download.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "contextMenus",
        "tabs"
    ]
}