ProxFlow

No more country restrictions, just enjoy the content!

ProxFlow là gì?

ProxFlow là một tiện ích mở rộng Chrome được phát triển bởi https://proxflow.com, và tính năng chính của nó là "No more country restrictions, just enjoy the content!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ProxFlow

Tải xuống các tệp mở rộng ProxFlow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ProxFlow ProxFlow
ID aakchaleigkohafkfjfjbblobjifikek
URL Chính Thức https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek
Mô tả No more country restrictions, just enjoy the content!
Kích Thước Tệp 164 KB
Số Lần Cài Đặt 238,481
Phiên Bản Hiện Tại 3.2.1
Cập Nhật Lần Cuối 2021-05-11
Ngày Phát Hành 2020-06-11
Đánh Giá 3.85/5 Tổng số 1166 Đánh Giá
Nhà Phát Triển https://proxflow.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://proxflow.com
Ngôn Ngữ Được Hỗ Trợ 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"
        ]
    }
}