GoGetProxy.com

Easily surf the Internet with your proxies switching between them in one click.

Apa itu GoGetProxy.com?

GoGetProxy.com adalah ekstensi Chrome yang dikembangkan oleh https://gogetproxy.com, dan fitur utamanya adalah "Easily surf the Internet with your proxies switching between them in one click.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi GoGetProxy.com

Unduh file ekstensi GoGetProxy.com 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

                        Easily surf the Internet with your proxies switching between them in one click.

Proxy servers' features are very extensive: 
- keep anonymity online
- get access to blocked resources
- increase download speed

Extension works only with proxy servers in your account on GoGetProxy.com                    

Informasi Dasar Ekstensi

Nama GoGetProxy.com GoGetProxy.com
ID fkajooepbhkiodamlelheipaobgimhgn
URL Resmi https://chrome.google.com/webstore/detail/gogetproxycom/fkajooepbhkiodamlelheipaobgimhgn
Deskripsi Easily surf the Internet with your proxies switching between them in one click.
Ukuran File 70.05 KB
Jumlah Instalasi 1,302
Versi Saat Ini 1.0
Terakhir Diperbarui 2016-12-15
Tanggal Publikasi 2016-12-15
Penilaian 4.29/5 Total 7 Penilaian
Pengembang https://gogetproxy.com
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://gogetproxy.com/en/tos
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "GoGetProxy.com",
    "description": "Easily surf the Internet with your proxies switching between them in one click.",
    "version": "1.0",
    "permissions": [
        "https:\/\/gogetproxy.com\/*",
        "tabs",
        "proxy",
        "storage",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "page": "background.htm"
    },
    "options_page": "options.htm",
    "options_ui": {
        "page": "options.htm",
        "chrome_style": false
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "32": "img\/icon32.png"
        },
        "default_title": "GoGetProxy.com",
        "default_popup": "popup.htm"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}