Proxy Auto Fill
This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
什麼是Proxy Auto Fill?
Proxy Auto Fill是由Fernando Fontes開發的Chrome擴展程式,該擴展的主要功能是“This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.”。
擴展截圖
下載Proxy Auto Fill擴展crx文件
下載Proxy Auto Fill擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.
擴展基本資訊
名稱 | Proxy Auto Fill |
ID | kcfcmecfidkfjncphpbakdlpmjmkphhi |
官方網址 | https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi |
簡介 | This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder. |
檔案大小 | 31.18 KB |
安裝次數 | 27 |
目前版本 | 1.1 |
更新時間 | 2020-10-12 |
上架時間 | 2020-10-04 |
開發者 | Fernando Fontes |
電子郵箱 | [email protected] |
付費類型 | free |
隱私政策頁面URL | https://fjuliofontes.github.io/Proxy-Auto-Fill |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "main.js" ] }, "browser_action": { "default_icon": "icon_32.png", "default_title": "Proxy Auto Fill" }, "description": "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.", "icons": { "16": "icon_16.png", "24": "icon_24.png", "32": "icon_32.png", "48": "icon_48.png", "128": "icon_128.png" }, "manifest_version": 2, "name": "Proxy Auto Fill", "permissions": [ "bookmarks", "notifications", "webRequest", "webRequestBlocking", " |