CatFestation
Change all images on your friends computer to cats!
What is CatFestation?
CatFestation is a Chrome extension developed by manzieric, and its main feature is "Change all images on your friends computer to cats!".
Extension Screenshots
Download CatFestation Extension CRX File
Download CatFestation 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
Get this extension to prank your friends. Replaces all images on a site with cat pictures!
Extension Basic Information
Name | CatFestation |
ID | goofkbnadlobcmpgbdibjdhpadfedjbn |
Official URL | https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn |
Description | Change all images on your friends computer to cats! |
File Size | 41.62 KB |
Installation Count | 17 |
Current Version | 0.2.7 |
Last Updated | 2016-01-13 |
Publish Date | 2016-01-13 |
Rating | 5.00/5 Total 1 Ratings |
Developer | manzieric |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CatFestation", "description": "Change all images on your friends computer to cats!", "version": "0.2.7", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |