McKayla Is Not Impressed

McKayla is not impressed with random images as you browse the web.

¿Qué es McKayla Is Not Impressed?

McKayla Is Not Impressed es una extensión de Chrome desarrollada por nicolethenerd, y su función principal es "McKayla is not impressed with random images as you browse the web.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión McKayla Is Not Impressed

Descarga archivos de extensión McKayla Is Not Impressed en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        McKayla is not impressed by random images as you browse the web. She'll appear in ~20% of images, and she will not be impressed.

Install it on your friends' machines when they're not looking! But I didn't tell you to do that, ok?

Version 1.5 Updates (contributed by Ankit Aggarwal):
* Fixed positioning bugs, including the "giant McKayla" bug (some users found this amusing, but she's a gymnast, not Godzilla)
* Click-to-hide functionality.  Left-click McKayla to make her go away.                    

Información Básica de la Extensión

Nombre McKayla Is Not Impressed McKayla Is Not Impressed
ID bigmiaijamgkhfbdolkjagnkppjgccne
URL Oficial https://chromewebstore.google.com/detail/mckayla-is-not-impressed/bigmiaijamgkhfbdolkjagnkppjgccne
Descripción McKayla is not impressed with random images as you browse the web.
Tamaño del Archivo 1.35 MB
Cantidad de Instalaciones 22
Versión Actual 2.0
Última Actualización 2017-09-07
Fecha de Publicación 2017-09-07
Calificación 3.00/5 Total de 11 Calificaciones
Desarrollador nicolethenerd
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "McKayla Is Not Impressed",
    "version": "2.0",
    "manifest_version": 2,
    "description": "McKayla is not impressed with random images as you browse the web.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery-1.8.1.min.js",
                "contentscript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "https:\/\/www.google.com\/search*",
                "http:\/\/www.google.com\/search*"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [],
    "web_accessible_resources": [
        "mckayla.png"
    ]
}