Simple Proxy Switcher
Simple Proxy Switcher
Wat is Simple Proxy Switcher?
Simple Proxy Switcher is een Chrome-extensie ontwikkeld door https://maksam07.com, en de belangrijkste functie is "Simple Proxy Switcher".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple Proxy Switcher
Download Simple Proxy Switcher-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
A simple add-on to quickly switch your proxy servers Currently only supports http/s proxy Import example: ip:port ip:port:login:password login:password@ip:port
Basisinformatie over de Extensie
Naam | Simple Proxy Switcher |
ID | pcboajngloecgmaailkmphmpbacmbcfb |
Officiële URL | https://chromewebstore.google.com/detail/simple-proxy-switcher/pcboajngloecgmaailkmphmpbacmbcfb |
Beschrijving | Simple Proxy Switcher |
Bestandsgrootte | 1.32 MB |
Aantal Installaties | 15,013 |
Huidige Versie | 1.0.0.1 |
Laatst Bijgewerkt | 2022-07-06 |
Publicatiedatum | 2021-05-28 |
Beoordeling | 4.88/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://maksam07.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "static\/js\/config.js", "static\/js\/background.js" ], "persistent": true }, "browser_action": { "default_title": "__MSG_defTitle__", "default_icon": { "16": "static\/images\/icon16_disabled.png", "24": "static\/images\/icon24_disabled.png", "32": "static\/images\/icon32_disabled.png" }, "default_popup": "popup.html" }, "default_locale": "en", "description": "__MSG_extDescr__", "icons": { "16": "static\/images\/icon16_enabled.png", "48": "static\/images\/icon48_enabled.png", "128": "static\/images\/icon128_enabled.png" }, "manifest_version": 2, "name": "__MSG_extName__", "permissions": [ "webRequest", "webRequestBlocking", "proxy", "browsingData", " |