Set Proxy

Sets your proxy settings. Disables WebRTC

Apa itu Set Proxy?

Set Proxy adalah ekstensi Chrome yang dikembangkan oleh https://labinweb.com, dan fitur utamanya adalah "Sets your proxy settings. Disables WebRTC".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Set Proxy

Unduh file ekstensi Set Proxy 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

                        Sets your proxy settings and also has the ability to disable webRTC                    

Informasi Dasar Ekstensi

Nama Set Proxy Set Proxy
ID cljfnohidcgfmpcmanadjeidkinhhdgl
URL Resmi https://chrome.google.com/webstore/detail/set-proxy/cljfnohidcgfmpcmanadjeidkinhhdgl
Deskripsi Sets your proxy settings. Disables WebRTC
Ukuran File 535 KB
Jumlah Instalasi 11
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2019-11-05
Tanggal Publikasi 2019-11-02
Pengembang https://labinweb.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "name": "Set Proxy",
    "version": "1.1.2",
    "description": "Sets your proxy settings. Disables WebRTC",
    "permissions": [
        "proxy",
        "webRequest",
        "webRequestBlocking",
        "privacy",
        "*:\/\/labinweb.com\/*"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';"
}