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