McKayla Is Not Impressed

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

McKayla Is Not Impressed란 무엇입니까?

McKayla Is Not Impressed은(는) nicolethenerd에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "McKayla is not impressed with random images as you browse the web."입니다.

확장 프로그램 스크린샷

screenshot

McKayla Is Not Impressed 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}