Proxy Auto Fill

This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.

Proxy Auto Fill là gì?

Proxy Auto Fill là một tiện ích mở rộng Chrome được phát triển bởi Fernando Fontes, và tính năng chính của nó là "This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Proxy Auto Fill

Tải xuống các tệp mở rộng Proxy Auto Fill dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension will authenticate a proxy connection using a json file stored in credentials folder inside the extension installation folder.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Proxy Auto Fill Proxy Auto Fill
ID kcfcmecfidkfjncphpbakdlpmjmkphhi
URL Chính Thức https://chromewebstore.google.com/detail/proxy-auto-fill/kcfcmecfidkfjncphpbakdlpmjmkphhi
Mô tả This extension will automatically authenticate to your proxy once you set up your credentials in the credentials folder.
Kích Thước Tệp 31.18 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2020-10-12
Ngày Phát Hành 2020-10-04
Nhà Phát Triển Fernando Fontes
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://fjuliofontes.github.io/Proxy-Auto-Fill
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ],
    "version": "1.1",
    "web_accessible_resources": [
        "credentials\/data.json"
    ]
}