FastStunnel VPN

FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.

ما هو FastStunnel VPN؟

FastStunnel VPN هو إضافة Chrome تم تطويرها بواسطة FastSecurityTunnel، والميزة الرئيسية لها هي "FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة FastStunnel VPN

قم بتنزيل ملفات الامتداد FastStunnel VPN بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        We have many nodes for different users to choose and helping users quickly access different websites                    

معلومات أساسية عن التمديد

الاسم FastStunnel VPN FastStunnel VPN
ID bblcccknbdbplgmdjnnikffefhdlobhp
عنوان URL الرسمي https://chromewebstore.google.com/detail/faststunnel-vpn/bblcccknbdbplgmdjnnikffefhdlobhp
الوصف FastStunnel VPN Proxy service to fast unblock blocked websites, hide your location and encrypt your connection.
حجم الملف 632 KB
عدد التثبيتات 28,386
النسخة الحالية 1.607
آخر تحديث 2021-07-01
تاريخ النشر 2020-06-02
تقييم 4.35/5 مجموع تقييمات 1425
المطور FastSecurityTunnel
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.faststunnel.in
اللغات المدعومة en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.607",
    "minimum_chrome_version": "22.0.0",
    "short_name": "FastStunnel",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "assets\/images\/logo-blue-24x24.png",
        "default_title": "FastStunnel",
        "default_popup": "popup.html"
    },
    "default_locale": "en",
    "description": "__MSG_manifest_appDescription__",
    "icons": {
        "16": "assets\/images\/logo-blue-16x16.png",
        "128": "assets\/images\/logo-blue-128x128.png"
    },
    "name": "__MSG_manifest_appName__",
    "options_page": "main.html",
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self';",
    "permissions": [
        "privacy",
        "proxy",
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "management",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "assets\/scripts\/free.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "widget.html"
    ]
}