Teclado SeePix - TV

Teclado Virtual Generico

What is Teclado SeePix - TV?

Teclado SeePix - TV is a Chrome extension developed by SeePix Digital, and its main feature is "Teclado Virtual Generico".

Extension Screenshots

screenshot

Download Teclado SeePix - TV Extension CRX File

Download Teclado SeePix - TV 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

                        Um teclado virtual muito fofo para auxiliar caso não tenha nenhum.                    

Extension Basic Information

Name Teclado SeePix - TV Teclado SeePix - TV
ID knfgpeilhfdkpdnmchnmefajlanengmg
Official URL https://chrome.google.com/webstore/detail/teclado-seepix-tv/knfgpeilhfdkpdnmchnmefajlanengmg
Description Teclado Virtual Generico
File Size 101 KB
Installation Count 45
Current Version 1.9.1
Last Updated 2019-10-17
Publish Date 2019-10-17
Developer SeePix Digital
Email [email protected]
Payment Type free
Supported Languages pt-BR
manifest.json
{
    "manifest_version": 2,
    "name": "Teclado SeePix - TV",
    "short_name": "SPX TV",
    "description": "Teclado Virtual Generico",
    "permissions": [
        "tabs",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.9.1",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArGLlvwV+Y1xjkbJ6Kpqsbiva+VA7utWsur2OHxWoyC1eY4n5AHplGzf\/n8r3IRCEJOK9IeffQAvLIMZhYDRQyKYNNci\/fl+IgGGmX958ZRfeSbWBsjgpt8I74pyAp2\/iwzmFEE9qQ88zWFmdhcsez82a9tPxbNyTTUlBdDX4KdDBzQcGszihgMDEfTZ7LarBXpVzh4+NL677YSETVmcQfknHnkCcFd7QPYHf7wl6cftlR7F\/LnJ4gr8N9bEGKsnaoqHGBT4lMaRJcKpgMe79627f5BIrXpYYjQD9wa4PgUJ4Yd9Y3R3OUdi8AiOEnrmS6IhPWN8krvAy47H8fCsJFwIDAQAB",
    "icons": {
        "128": "icon_128.png",
        "16": "icon_16.png",
        "48": "icon_48.png",
        "50": "icon_50.png",
        "650": "icon_650.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "jquery-2.1.3.min.js",
                "jquery.mobile.custom.min.js",
                "script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "keyboard.html",
        "style.css",
        "images\/*"
    ]
}