VPNizer
Free VPN
ما هو VPNizer؟
VPNizer هو إضافة Chrome تم تطويرها بواسطة yaadsuiss، والميزة الرئيسية لها هي "Free VPN".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة VPNizer
قم بتنزيل ملفات الامتداد VPNizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The most simple and fast VPN, completely FREE!! Allows you to connect to any website from an IP of your selected country. Just select your preferred country and click the "Connect" button, and VPNizer will connect your Chrome using an IP of that country in less than seconds. When disconnected, your real IP will be exposed again.
معلومات أساسية عن التمديد
الاسم | |
ID | ifbfflkbpjbdebabbplpjdodjkoghlpk |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/vpnizer/ifbfflkbpjbdebabbplpjdodjkoghlpk |
الوصف | Free VPN |
حجم الملف | 706 KB |
عدد التثبيتات | 1,141 |
النسخة الحالية | 1.4 |
آخر تحديث | 2020-01-10 |
تاريخ النشر | 2019-12-29 |
تقييم | 2.25/5 مجموع تقييمات 8 |
المطور | yaadsuiss |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "VPNizer", "description": "Free VPN", "version": "1.4", "browser_action": { "default_icon": "images\/icon_16.png", "default_popup": "popup.html" }, "permissions": [ "proxy", "storage" ], "background": { "scripts": [ "lib\/jquery.min.js", "background.min.js" ] }, "icons": { "16": "images\/icon_16.png", "128": "images\/icon_128.png" }, "web_accessible_resources": [ "images\/*" ], "content_security_policy": "script-src 'self' https:\/\/api.getproxylist.com https:\/\/ipapi.co; object-src 'self'", "manifest_version": 2 } |