ProxFlow

No more country restrictions, just enjoy the content!

Apa itu ProxFlow?

ProxFlow adalah ekstensi Chrome yang dikembangkan oleh https://proxflow.com, dan fitur utamanya adalah "No more country restrictions, just enjoy the content!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi ProxFlow

Unduh file ekstensi ProxFlow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama ProxFlow ProxFlow
ID aakchaleigkohafkfjfjbblobjifikek
URL Resmi https://chromewebstore.google.com/detail/proxflow/aakchaleigkohafkfjfjbblobjifikek
Deskripsi No more country restrictions, just enjoy the content!
Ukuran File 164 KB
Jumlah Instalasi 238,481
Versi Saat Ini 3.2.1
Terakhir Diperbarui 2021-05-11
Tanggal Publikasi 2020-06-11
Penilaian 3.85/5 Total 1166 Penilaian
Pengembang https://proxflow.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://proxflow.com
Bahasa yang Didukung 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"
        ]
    }
}