Anonymous HTTP Proxy

Access blocked web resources worldwide, surf the internet freely, and be secure online.

ما هو Anonymous HTTP Proxy؟

Anonymous HTTP Proxy هو إضافة Chrome تم تطويرها بواسطة https://getbehind.me، والميزة الرئيسية لها هي "Access blocked web resources worldwide, surf the internet freely, and be secure online.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Anonymous HTTP Proxy

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

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

                        Getbehind.me offers worldwide proxy servers infrastructure that provides anonymous location targeted browsing experience. This means you can access blocked websites from any location. It's free and easy to use!

After installing, you only need to pick the location you need and then click the connect button. Once you'll be connected, all the websites you will visit are going to recognize you from the selected location.

If you have any technical difficulties, please let us know at [email protected].                    

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

الاسم Anonymous HTTP Proxy Anonymous HTTP Proxy
ID meifgfdnekgimiclillpbogbblbfbaeg
عنوان URL الرسمي https://chromewebstore.google.com/detail/anonymous-http-proxy/meifgfdnekgimiclillpbogbblbfbaeg
الوصف Access blocked web resources worldwide, surf the internet freely, and be secure online.
حجم الملف 496 KB
عدد التثبيتات 232
النسخة الحالية 1.0.6
آخر تحديث 2024-01-23
تاريخ النشر 2017-09-23
تقييم 3.00/5 مجموع تقييمات 7
المطور https://getbehind.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.getbehind.me
عنوان صفحة المساعدة https://www.getbehind.me/contact
عنوان صفحة سياسة الخصوصية https://www.getbehind.me/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Anonymous HTTP Proxy",
    "version": "1.0.6",
    "description": "Access blocked web resources worldwide, surf the internet freely, and be secure online.",
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "permissions": [
        "proxy",
        "storage",
        "alarms"
    ],
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup.js"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    }
}