AWS VPN Tab Closer

An extension to detect and close the authentication tab left open by AWS VPN

什麼是AWS VPN Tab Closer?

AWS VPN Tab Closer是由TwoBadRobots開發的Chrome擴展程式,該擴展的主要功能是“An extension to detect and close the authentication tab left open by AWS VPN”。

擴展截圖

screenshot

下載AWS VPN Tab Closer擴展crx文件

下載AWS VPN Tab Closer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        When the AWS VPN clients resubmits your stored credentials it leaves a very annoying tab open in your browser, if you are AFK for a while you can come back to a window full of tabs.

This extension will only activate for tabs using the URL http://127.0.0.1:35001 and it will close it as soon as the confirmation message is displayed. This will not affect the sign in process.                    

擴展基本資訊

名稱 AWS VPN Tab Closer AWS VPN Tab Closer
ID eeohkjpjmohadfbgaghdofdphnjhidfg
官方網址 https://chromewebstore.google.com/detail/aws-vpn-tab-closer/eeohkjpjmohadfbgaghdofdphnjhidfg
簡介 An extension to detect and close the authentication tab left open by AWS VPN
檔案大小 3.85 KB
安裝次數 317
目前版本 0.1.0
更新時間 2023-02-24
上架時間 2023-02-16
評分 4.25/5 共 4 次評分
開發者 TwoBadRobots
電子郵箱 [email protected]
付費類型 free
擴展官網 https://github.com/dougle/aws-vpn-tab-close
說明頁面URL https://github.com/dougle/aws-vpn-tab-close/issues
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AWS VPN Tab Closer",
    "version": "0.1.0",
    "description": "An extension to detect and close the authentication tab left open by AWS VPN",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "http:\/\/127.0.0.1:35001\/"
            ]
        }
    ]
}