VIT WiFi Auto Login
Automatically login to VIT WiFi
Qu'est-ce que VIT WiFi Auto Login ?
VIT WiFi Auto Login est une extension Chrome développée par Rahul Davamani, et sa fonction principale est "Automatically login to VIT WiFi".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension VIT WiFi Auto Login
Téléchargez les fichiers d'extension VIT WiFi Auto Login au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 Informations de Base sur l'Extension
| Nom | |
| ID | opplgfmlhieaibnddnjciilcadohjopd |
| URL Officiel | https://chromewebstore.google.com/detail/vit-wifi-auto-login/opplgfmlhieaibnddnjciilcadohjopd |
| Description | Automatically login to VIT WiFi |
| Taille du Fichier | 136 KB |
| Nombre d'Installations | 3,448 |
| Version Actuelle | 1.3.1 |
| Dernière Mise à Jour | 2019-10-20 |
| Date de Publication | 2019-10-20 |
| Évaluation | 4.86/5 Total 7 Évaluations |
| Développeur | Rahul Davamani |
| [email protected] | |
| Type de Paiement | free |
| Langues Prises en Charge | 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"
]
} | |