McKayla Is Not Impressed
McKayla is not impressed with random images as you browse the web.
McKayla Is Not Impressed là gì?
McKayla Is Not Impressed là một tiện ích mở rộng Chrome được phát triển bởi nicolethenerd, và tính năng chính của nó là "McKayla is not impressed with random images as you browse the web.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng McKayla Is Not Impressed
Tải xuống các tệp mở rộng McKayla Is Not Impressed dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | McKayla Is Not Impressed |
ID | bigmiaijamgkhfbdolkjagnkppjgccne |
URL Chính Thức | https://chromewebstore.google.com/detail/mckayla-is-not-impressed/bigmiaijamgkhfbdolkjagnkppjgccne |
Mô tả | McKayla is not impressed with random images as you browse the web. |
Kích Thước Tệp | 1.35 MB |
Số Lần Cài Đặt | 22 |
Phiên Bản Hiện Tại | 2.0 |
Cập Nhật Lần Cuối | 2017-09-07 |
Ngày Phát Hành | 2017-09-07 |
Đánh Giá | 3.00/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | nicolethenerd |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |