Vilfo
The extension is the perfect complement to Vilfo.
Vilfoคืออะไร?
Vilfo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.vilfo.com และคุณลักษณะหลักของมันคือ "The extension is the perfect complement to Vilfo."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Vilfo
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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:\/\/*\/*" ] } |