YubNub

Replaces all YubiKey and all Midway Token with YubNub

What is YubNub?

YubNub is a Chrome extension developed by automatoney, and its main feature is "Replaces all YubiKey and all Midway Token with YubNub".

Extension Screenshots

screenshot

Download YubNub Extension CRX File

Download YubNub 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

                                            

Extension Basic Information

Name YubNub YubNub
ID nhdpnfipncplliofcpalmnpbhbleldik
Official URL https://chromewebstore.google.com/detail/yubnub/nhdpnfipncplliofcpalmnpbhbleldik
Description Replaces all YubiKey and all Midway Token with YubNub
File Size 7.77 KB
Installation Count 22
Current Version 2.1
Last Updated 2018-06-04
Publish Date 2018-06-04
Rating 2.33/5 Total 3 Ratings
Developer automatoney
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "YubNub",
    "short_name": "YubNub",
    "description": "Replaces all YubiKey and all Midway Token with YubNub",
    "version": "2.1",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    }
}