VIF close kiosk extension

This extension permits to automatically close Kiosk mode when any window navigates to *closekiosk*.

What is VIF close kiosk extension?

VIF close kiosk extension is a Chrome extension developed by googlestore, and its main feature is "This extension permits to automatically close Kiosk mode when any window navigates to *closekiosk*.".

Extension Screenshots

Download VIF close kiosk extension Extension CRX File

Download VIF close kiosk extension 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

                        This extension permits to automatically close Kiosk mode when any window navigates to *closekiosk*.

Closes any tab whose url contains the string : 'closekiosk'. Note that this may interfere with general web browsing. However, the risk that an url contains this string and that the tab is closed is negligible.                    

Extension Basic Information

Name VIF close kiosk extension VIF close kiosk extension
ID ebdecceaniphoodnljinmmclkbibodbg
Official URL https://chromewebstore.google.com/detail/vif-close-kiosk-extension/ebdecceaniphoodnljinmmclkbibodbg
Description This extension permits to automatically close Kiosk mode when any window navigates to *closekiosk*.
File Size 16.62 KB
Installation Count 3,698
Current Version 1.1.0
Last Updated 2022-07-07
Publish Date 2020-07-13
Rating 1.00/5 Total 1 Ratings
Developer googlestore
Email [email protected]
Payment Type free
Extension Website https://vif.fr/
Help Page URL https://vif.fr/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "workshop-chrome-extension.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "description": "This extension permits to automatically close Kiosk mode when any window navigates to *closekiosk*.",
    "icons": {
        "128": "icon-128x128.png",
        "16": "icon-16x16.png",
        "48": "icon-48x48.png"
    },
    "manifest_version": 3,
    "name": "VIF close kiosk extension",
    "permissions": [
        "tabs",
        "background"
    ],
    "version": "1.1.0"
}