All Cat Everything!
Throw some cats on that bitch.
What is All Cat Everything!?
All Cat Everything! is a Chrome extension developed by bruce.conner.ii, and its main feature is "Throw some cats on that bitch.".
Download All Cat Everything! Extension CRX File
Download All Cat Everything! 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
Throw some cats on that bitch!
Extension Basic Information
Name | ![]() |
ID | adbbggcbmgniipcimchdmgpgbpgeljki |
Official URL | https://chrome.google.com/webstore/detail/all-cat-everything/adbbggcbmgniipcimchdmgpgbpgeljki |
Description | Throw some cats on that bitch. |
File Size | 106 KB |
Installation Count | 53 |
Current Version | 1.0.4 |
Last Updated | 2015-07-28 |
Publish Date | 2015-07-28 |
Rating | 5.00/5 Total 5 Ratings |
Developer | bruce.conner.ii |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "All Cat Everything!", "description": "Throw some cats on that bitch.", "version": "1.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.min.js", "popup.js", "content.js" ] } ] } |