McKayla Is Not Impressed

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

Qu'est-ce que McKayla Is Not Impressed ?

McKayla Is Not Impressed est une extension Chrome développée par nicolethenerd, et sa fonction principale est "McKayla is not impressed with random images as you browse the web.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension McKayla Is Not Impressed

Téléchargez les fichiers d'extension McKayla Is Not Impressed au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom McKayla Is Not Impressed McKayla Is Not Impressed
ID bigmiaijamgkhfbdolkjagnkppjgccne
URL Officiel https://chromewebstore.google.com/detail/mckayla-is-not-impressed/bigmiaijamgkhfbdolkjagnkppjgccne
Description McKayla is not impressed with random images as you browse the web.
Taille du Fichier 1.35 MB
Nombre d'Installations 22
Version Actuelle 2.0
Dernière Mise à Jour 2017-09-07
Date de Publication 2017-09-07
Évaluation 3.00/5 Total 11 Évaluations
Développeur nicolethenerd
Type de Paiement free
Langues Prises en Charge 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"
    ]
}