Tiny Proxy Configurator

A tiny and simple proxy configurator.

Wat is Tiny Proxy Configurator?

Tiny Proxy Configurator is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "A tiny and simple proxy configurator.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Tiny Proxy Configurator

Download Tiny Proxy Configurator-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This provides a very simple and minimal proxy configuration method. In addition to specifying the proxy host, you can specify the URL of the PAC script or the PAC script itself.                    

Basisinformatie over de Extensie

Naam Tiny Proxy Configurator Tiny Proxy Configurator
ID ilgignoiaacgbcagkcmfmbgnjbemedam
Officiële URL https://chromewebstore.google.com/detail/tiny-proxy-configurator/ilgignoiaacgbcagkcmfmbgnjbemedam
Beschrijving A tiny and simple proxy configurator.
Bestandsgrootte 31.71 KB
Aantal Installaties 73
Huidige Versie 1.0.1
Laatst Bijgewerkt 2022-02-22
Publicatiedatum 2019-09-30
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Tiny Proxy Configurator",
    "description": "A tiny and simple proxy configurator.",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "permissions": [
        "proxy",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/icon16.png",
            "24": "images\/icon24.png",
            "32": "images\/icon32.png"
        },
        "default_popup": "popup.html"
    },
    "options_page": "options.html"
}