Vilfo
The extension is the perfect complement to Vilfo.
什麼是Vilfo?
Vilfo是由https://www.vilfo.com開發的Chrome擴展程式,該擴展的主要功能是“The extension is the perfect complement to Vilfo.”。
擴展截圖
下載Vilfo擴展crx文件
下載Vilfo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | djepdkhenghcjplbomloehiangdmgpfg |
官方網址 | 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:\/\/*\/*" ] } |