McKayla Is Not Impressed

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

Что такое McKayla Is Not Impressed?

McKayla Is Not Impressed - это расширение Chrome, разработанное nicolethenerd, и его основная функция - "McKayla is not impressed with random images as you browse the web.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения McKayla Is Not Impressed

Скачайте файлы расширений McKayla Is Not Impressed в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название McKayla Is Not Impressed McKayla Is Not Impressed
ID bigmiaijamgkhfbdolkjagnkppjgccne
Официальный URL https://chromewebstore.google.com/detail/mckayla-is-not-impressed/bigmiaijamgkhfbdolkjagnkppjgccne
Описание McKayla is not impressed with random images as you browse the web.
Размер файла 1.35 MB
Количество установок 22
Текущая Версия 2.0
Последнее Обновление 2017-09-07
Дата публикации 2017-09-07
Рейтинг 3.00/5 Всего 11 оценок
Разработчик nicolethenerd
Тип оплаты free
Поддерживаемые языки 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"
    ]
}