Click for Kittens
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…
What is Click for Kittens?
Click for Kittens is a Chrome extension developed by Adam Darbyshire, and its main feature is "Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas…".
Extension Screenshots
Download Click for Kittens Extension CRX File
Download Click for Kittens extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas Suwannakrua, http://raindropmemory.deviantart.com/
Extension Basic Information
Name | Click for Kittens |
ID | pjlpjdbgoegmgbionadgflfacmdngnoh |
Official URL | https://chromewebstore.google.com/detail/click-for-kittens/pjlpjdbgoegmgbionadgflfacmdngnoh |
Description | Click the button to replace all of the images on a webpage with kittens sourced from placekitten.com. Image copyright Teekatas… |
File Size | 23.22 KB |
Installation Count | 91 |
Current Version | 1.2 |
Last Updated | 2013-05-21 |
Publish Date | 2013-05-20 |
Rating | 4.15/5 Total 13 Ratings |
Developer | Adam Darbyshire |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Click for Kittens", "version": "1.2", "permissions": [ "activeTab" ], "icon": "iconbig.png", "background": { "scripts": [ "kittens.js" ], "persistent": false }, "browser_action": { "default_icon": "icon.png", "default_title": "Click for Kittens" }, "manifest_version": 2 } |