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.」です。
拡張機能のスクリーンショット
McKayla Is Not Impressed拡張機能のCRXファイルをダウンロード
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. 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |