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”。
扩展截图
下载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 |
ID | eeohkjpjmohadfbgaghdofdphnjhidfg |
官方URL | 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\/" ] } ] } |