Most of your friends are cats
When you just have to admit that your real friends are the cats in your life.
What is Most of your friends are cats?
Most of your friends are cats is a Chrome extension developed by Ben Halpern, and its main feature is "When you just have to admit that your real friends are the cats in your life.".
Extension Screenshots
Download Most of your friends are cats Extension CRX File
Download Most of your friends are cats 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
This Chrome extension turns most of your Facebook friends into cats, to better reflect your true friends in life. It's a lifestyle statement really. The extension was made by Ben Halpern (@bhalp1) and you can tweet at me if you have a suggestion for future a future application or if you wanna give me money or something.
Extension Basic Information
Name | Most of your friends are cats |
ID | jlnbchoppkiodnpohcdpaadhlfkpejgn |
Official URL | https://chromewebstore.google.com/detail/most-of-your-friends-are/jlnbchoppkiodnpohcdpaadhlfkpejgn |
Description | When you just have to admit that your real friends are the cats in your life. |
File Size | 33.47 KB |
Installation Count | 92 |
Current Version | 1.0.2 |
Last Updated | 2014-04-07 |
Publish Date | 2014-04-07 |
Developer | Ben Halpern |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Most of your friends are cats", "description": "When you just have to admit that your real friends are the cats in your life.", "version": "1.0.2", "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery.js", "content.js" ] } ] } |