Proxy Auto Auth
This extension enable you to automatically authenticate to your proxy once you set up your credentials.
什麼是Proxy Auto Auth?
Proxy Auto Auth是由kalvn開發的Chrome擴展程式,該擴展的主要功能是“This extension enable you to automatically authenticate to your proxy once you set up your credentials.”。
擴展截圖
下載Proxy Auto Auth擴展crx文件
下載Proxy Auto Auth擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
To enable the extension, enter your proxy login and password in the form. Once it's done, you should never see any proxy login popup again. As you probably saw, Proxy Auto Auth requires the permission to "view your data" on every sites. This permission is just necessary to achieve what this extension does. But be sure that none of your data is stored or used in any way.
擴展基本資訊
名稱 | Proxy Auto Auth |
ID | ggmdpepbjljkkkdaklfihhngmmgmpggp |
官方網址 | https://chromewebstore.google.com/detail/proxy-auto-auth/ggmdpepbjljkkkdaklfihhngmmgmpggp |
簡介 | This extension enable you to automatically authenticate to your proxy once you set up your credentials. |
檔案大小 | 18.52 KB |
安裝次數 | 33,758 |
目前版本 | 2.0 |
更新時間 | 2016-03-22 |
上架時間 | 2016-03-22 |
評分 | 4.27/5 共 95 次評分 |
開發者 | kalvn |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Proxy Auto Auth", "description": "This extension enable you to automatically authenticate to your proxy once you set up your credentials.", "version": "2.0", "icons": { "128": "icon_128.png", "64": "icon_64.png", "32": "icon_32.png", "16": "icon_16.png" }, "background": { "scripts": [ "lib.js", "bg.js" ] }, "permissions": [ "notifications", "webRequest", "webRequestBlocking", " |