Kotak Bank No Session Expire
Kotak Bank No Session Expire
What is Kotak Bank No Session Expire?
Kotak Bank No Session Expire is a Chrome extension developed by https://anikadigital.co.in, and its main feature is "Kotak Bank No Session Expire".
Extension Screenshots
Download Kotak Bank No Session Expire Extension CRX File
Download Kotak Bank No Session Expire extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you log into Kotak Bank account, it keeps clicking "Fund Transfer" every 5 minutes and you never logout. Warning: Kotak allows transfer to Payees even without OTP. So use it only in secured computer. Privacy Notice: It does not read/save any logins/passwords or anything else.
Extension Basic Information
Name | Kotak Bank No Session Expire |
ID | pphidjomogioedfknhelgkoofebinnfn |
Official URL | https://chromewebstore.google.com/detail/kotak-bank-no-session-exp/pphidjomogioedfknhelgkoofebinnfn |
Description | Kotak Bank No Session Expire |
File Size | 70.2 KB |
Installation Count | 45 |
Current Version | 1.0.1 |
Last Updated | 2022-05-30 |
Publish Date | 2022-05-29 |
Developer | https://anikadigital.co.in |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | http://www.anikadigital.in/privacy |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kotak Bank No Session Expire", "options_page": "options.html", "description": "Kotak Bank No Session Expire", "version": "1.0.1", "icons": { "16": "icons\/brt-logo16.png", "48": "icons\/brt-logo48.png", "128": "icons\/brt-logo128.png" }, "permissions": [ "webRequest", "webNavigation" ], "background": { "service_worker": "worker_wrapper.js" }, "manifest_version": 3, "content_scripts": [ { "run_at": "document_end", "matches": [ "https:\/\/netbanking.kotak.com\/*" ], "css": [ "irctc.css" ], "js": [ "jquery-3.6.0.min.js", "js\/harshen-jquery-countdownTimer\/jquery.countdownTimer.min.js", "client_server_common.js", "common.js", "myscript.js" ] } ], "web_accessible_resources": [ { "resources": [ "options.html", "icons\/up.png", "icons\/down.png" ], "matches": [ "https:\/\/*\/*" ] } ], "host_permissions": [ "https:\/\/netbanking.kotak.com\/*" ] } |