VIT WiFi Auto Login
Automatically login to VIT WiFi
什么是VIT WiFi Auto Login?
VIT WiFi Auto Login是由Rahul Davamani开发的Chrome扩展程序,该扩展的主要功能是“Automatically login to VIT WiFi”。
扩展截图
下载VIT WiFi Auto Login扩展crx文件
下载VIT WiFi Auto Login扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This is a Chrome Extension used to automate your login process to connect your VIT 2.4G/5G. Provide Your Login Credentials and Connect to VIT WiFi like an ordirnary WiFi. Your Passwords are Stored on Your Browser. It is not sent or stored on any external storage. Support and Share it to others. Designed and Developed by Rahul Davamani. Versions: * 1.0.0 - Test Version - 15/10/2019 * 1.1.0 - Developed Version - 15/10/2019 * 1.2.0 - Added Logo, Icons and Tiles - Simplified the Name of the Extension and other Patch Works - 16/10/2019 * 1.2.1 - Cleaned Up the Code - 17/10/2019 * 1.3.0 - Added Notification - 19/10/2019 * 1.3.1 - Minified the Code with Gulp.js - 20/10/2019
扩展基本信息
名称 | VIT WiFi Auto Login |
ID | opplgfmlhieaibnddnjciilcadohjopd |
官方URL | https://chromewebstore.google.com/detail/vit-wifi-auto-login/opplgfmlhieaibnddnjciilcadohjopd |
简介 | Automatically login to VIT WiFi |
文件大小 | 136 KB |
安装次数 | 3,448 |
当前版本 | 1.3.1 |
更新时间 | 2019-10-20 |
上架时间 | 2019-10-20 |
评分 | 4.86/5 共7次评分 |
开发者 | Rahul Davamani |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VIT WiFi Auto Login", "short_name": "VIT WiFi", "author": "Rahul Davamani", "version": "1.3.1", "description": "Automatically login to VIT WiFi", "icons": { "128": ".\/icons\/icon128.png", "48": ".\/icons\/icon48.png", "16": ".\/icons\/icon16.png" }, "browser_action": { "default_popup": ".\/popup\/popup.html" }, "background": { "scripts": [ ".\/background_pages\/eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/phc.prontonetworks.com\/cgi-bin\/authlogin*" ], "js": [ ".\/content_scripts\/content.js", ".\/library\/jquery.js" ] } ], "permissions": [ "storage", "notifications" ] } |