KBANK skip warning page

Skip boring page on Kasikorn bank online

What is KBANK skip warning page?

KBANK skip warning page is a Chrome extension developed by bank2u, and its main feature is "Skip boring page on Kasikorn bank online".

Extension Screenshots

screenshot

Download KBANK skip warning page Extension CRX File

Download KBANK skip warning page 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

                        สำหรับผู้ใช้งาน K Cyber banking แล้วรำคาญหน้าเตือนก่อน Login                    

Extension Basic Information

Name KBANK skip warning page KBANK skip warning page
ID fklolhglopjiephfjclpdfdackbpolpa
Official URL https://chrome.google.com/webstore/detail/kbank-skip-warning-page/fklolhglopjiephfjclpdfdackbpolpa
Description Skip boring page on Kasikorn bank online
File Size 37.99 KB
Installation Count 38
Current Version 1.1
Last Updated 2013-10-12
Publish Date 2013-10-12
Rating 5.00/5 Total 7 Ratings
Developer bank2u
Payment Type free
Supported Languages th
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KBANK skip warning page",
    "description": "Skip boring page on Kasikorn bank online",
    "version": "1.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/online.kasikornbankgroup.com\/K-Online\/preLogin\/*"
            ],
            "js": [
                "jquery.js",
                "myscript.js"
            ]
        }
    ]
}