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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "McKayla is not impressed with random images as you browse the web."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में McKayla Is Not Impressed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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" ] } |