friGate VPN
Accelerates access to blocked websites. Encrypts traffic.
ما هو friGate VPN؟
friGate VPN هو إضافة Chrome تم تطويرها بواسطة frigate.va، والميزة الرئيسية لها هي "Accelerates access to blocked websites. Encrypts traffic.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة friGate VPN
قم بتنزيل ملفات الامتداد friGate VPN بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The extension unblocks sites and speeds up access to them, encrypts traffic, opens TOR (.onion) sites and supports EmerDNS Traffic is routed through an encrypted tunnel. This ensures that no one is tracking your traffic. We do not retain logs of data activity, nor do we collect any data on your internet use, but may keep account login related details only. Browsing data will not be manipulated, nor used for marketing or analytical purposes, nor shared with anyone for any purpose.
معلومات أساسية عن التمديد
الاسم | |
ID | gmgimpdjmagalimgdaeacfcpoimfpikm |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/frigate-vpn/gmgimpdjmagalimgdaeacfcpoimfpikm |
الوصف | Accelerates access to blocked websites. Encrypts traffic. |
حجم الملف | 1.01 MB |
عدد التثبيتات | 200,000 |
النسخة الحالية | 2.710 |
آخر تحديث | 2022-03-01 |
تاريخ النشر | 2021-02-17 |
تقييم | 3.23/5 مجموع تقييمات 83 |
المطور | frigate.va |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://vpn.fri-gate.org/privacy-policy.html |
اللغات المدعومة | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_chrome_extension_name__", "short_name": "__MSG_chrome_extension_sname__", "description": "__MSG_chrome_extension_description__", "default_locale": "en", "version": "2.710", "options_page": "options.html", "icons": { "48": "im\/64.png", "64": "im\/64.png", "128": "im\/128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/inj2.css" ], "js": [ "lib\/MooTools-Core-1.6.0-compressed.js", "js\/s2.js" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "background": { "page": "background.html", "persistent": true }, "web_accessible_resources": [ "im\/*.png", "im\/*.gif", "lib\/*.js" ], "permissions": [ "idle", "webRequest", "webRequestBlocking", "tabs", "proxy", "browsingData", " |