ProxFlow

No more country restrictions, just enjoy the content!

ما هو ProxFlow؟

ProxFlow هو إضافة Chrome تم تطويرها بواسطة https://proxflow.com، والميزة الرئيسية لها هي "No more country restrictions, just enjoy the content!".

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

screenshot

تحميل ملف CRX للإضافة ProxFlow

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

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

                        With ProxFlow you can easily access sites with country restrictions like pandora.com, grooveshark.com and more.                    

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

الاسم ProxFlow ProxFlow
ID aakchaleigkohafkfjfjbblobjifikek
عنوان URL الرسمي https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek
الوصف No more country restrictions, just enjoy the content!
حجم الملف 164 KB
عدد التثبيتات 238,481
النسخة الحالية 3.2.1
آخر تحديث 2021-05-11
تاريخ النشر 2020-06-11
تقييم 3.85/5 مجموع تقييمات 1166
المطور https://proxflow.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://proxflow.com
اللغات المدعومة de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "short_name": "ProxFlow",
    "version": "3.2.1",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "description": "__MSG_description__",
    "homepage_url": "http:\/\/proxflow.com",
    "permissions": [
        "storage",
        "tabs",
        "proxy",
        "https:\/\/loadbalancer-api-v2.herokuapp.com\/*",
        "https:\/\/www.youtube.com\/*"
    ],
    "browser_action": {
        "default_title": "ProxFlow",
        "default_popup": "popup\/popup.html"
    },
    "web_accessible_resources": [
        "content\/youtube.injected.js",
        "icons\/waitajax.gif"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}