Kotak Bank No Session Expire

Kotak Bank No Session Expire

Qu'est-ce que Kotak Bank No Session Expire ?

Kotak Bank No Session Expire est une extension Chrome développée par https://anikadigital.co.in, et sa fonction principale est "Kotak Bank No Session Expire".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Kotak Bank No Session Expire

Téléchargez les fichiers d'extension Kotak Bank No Session Expire 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

                        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.                    

Informations de Base sur l'Extension

Nom Kotak Bank No Session Expire Kotak Bank No Session Expire
ID pphidjomogioedfknhelgkoofebinnfn
URL Officiel https://chromewebstore.google.com/detail/kotak-bank-no-session-exp/pphidjomogioedfknhelgkoofebinnfn
Description Kotak Bank No Session Expire
Taille du Fichier 70.2 KB
Nombre d'Installations 45
Version Actuelle 1.0.1
Dernière Mise à Jour 2022-05-30
Date de Publication 2022-05-29
Développeur https://anikadigital.co.in
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité http://www.anikadigital.in/privacy
Langues Prises en Charge 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\/*"
    ]
}