sslproxy
use https proxy to secure and speed up your web connections.(default direct )
sslproxy क्या है?
sslproxy https://vpnso.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "use https proxy to secure and speed up your web connections.(default direct )"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में sslproxy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
set proxy for chrome ,user can use this plugin to select proxy servers which configured by him/herself from popup window
एक्सटेंशन की मूल जानकारी
नाम | sslproxy |
ID | gongnbllncicgiajmdoigeeeaebfkacl |
आधिकारिक URL | https://chromewebstore.google.com/detail/sslproxy/gongnbllncicgiajmdoigeeeaebfkacl |
विवरण | use https proxy to secure and speed up your web connections.(default direct ) |
फ़ाइल का आकार | 561 KB |
स्थापना संख्या | 247 |
वर्तमान संस्करण | 1.1.0 |
अंतिम अपडेट | 2023-04-30 |
प्रकाशन तिथि | 2022-12-06 |
डेवलपर | https://vpnso.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "sslproxy", "description": "use https proxy to secure and speed up your web connections.(default direct )", "version": "1.1.0", "options_page": "settings.html", "permissions": [ "proxy", "tabs", "storage", "webRequestAuthProvider", "webRequest" ], "icons": { "128": "icon.png", "48": "icon.png", "16": "icon.png" }, "background": { "service_worker": "background.js" }, "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_background": "background.html" } } |