McKayla Is Not Impressed
McKayla is not impressed with random images as you browse the web.
Cos'è McKayla Is Not Impressed?
McKayla Is Not Impressed è un'estensione di Chrome sviluppata da nicolethenerd, e la sua funzione principale è "McKayla is not impressed with random images as you browse the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione McKayla Is Not Impressed
Scarica i file di estensione McKayla Is Not Impressed in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | McKayla Is Not Impressed |
ID | bigmiaijamgkhfbdolkjagnkppjgccne |
URL Ufficiale | https://chromewebstore.google.com/detail/mckayla-is-not-impressed/bigmiaijamgkhfbdolkjagnkppjgccne |
Descrizione | McKayla is not impressed with random images as you browse the web. |
Dimensione del File | 1.35 MB |
Conteggio Installazioni | 22 |
Versione Corrente | 2.0 |
Ultimo Aggiornamento | 2017-09-07 |
Data di Pubblicazione | 2017-09-07 |
Valutazione | 3.00/5 Totale 11 Valutazioni |
Sviluppatore | nicolethenerd |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } |