Vilfo

The extension is the perfect complement to Vilfo.

Vilfo란 무엇입니까?

Vilfo은(는) https://www.vilfo.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension is the perfect complement to Vilfo."입니다.

확장 프로그램 스크린샷

screenshot

Vilfo 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Download and install the extension on all your devices at home to get full control of your browsing experience.

Force VPN
Make sure you don't visit websites without being connected to your VPN provider. By forcing VPN for a website, all requests to that website will be blocked unless you're connected to a VPN.

Bypass
Has Netflix blocked your VPN? That's fine - now you can make Netflix use your ordinary internet connection without disconnecting from your provider. Only traffic to their IPs will go through

Safe
Anyone in your house can download the browser extension. Rules are per device, so if someone decides to bypass a certain website it only affects them.                    

확장 프로그램 기본 정보

이름 Vilfo Vilfo
ID djepdkhenghcjplbomloehiangdmgpfg
공식 URL https://chrome.google.com/webstore/detail/vilfo/djepdkhenghcjplbomloehiangdmgpfg
설명 The extension is the perfect complement to Vilfo.
파일 크기 1.88 MB
설치 횟수 487
현재 버전 0.5.4
최근 업데이트 2021-06-14
출시 날짜 2018-10-17
평점 3.40/5 총 5 개의 평점
개발자 https://www.vilfo.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.vilfo.com/en
도움말 페이지 URL https://www.vilfo.com/en/contact
개인정보 보호 정책 페이지 URL https://www.vilfo.com/privacy
지원되는 언어 en,sv
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extensionTitle__",
    "description": "__MSG_extensionDescription__",
    "version": "0.5.4",
    "icons": {
        "16": "icons\/icon_logo16x16.png",
        "48": "icons\/icon_logo48x48.png",
        "128": "icons\/icon_logo128x128.png"
    },
    "default_locale": "en",
    "author": "Vilfo.com",
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_gray19x19.png",
            "38": "icons\/icon_gray38x38.png"
        },
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "homepage_url": "https:\/\/www.vilfo.com",
    "permissions": [
        "privacy",
        "storage",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}