Cats! Cats Everywhere!

Cats... they're everywhere! Tab+B... it does what it sounds like.

What is Cats! Cats Everywhere!?

Cats! Cats Everywhere! is a Chrome extension developed by Bob Hensley, and its main feature is "Cats... they're everywhere! Tab+B... it does what it sounds like.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Cats! Cats Everywhere! Extension CRX File

Download Cats! Cats Everywhere! 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

                        Cats, they're everywhere!  Just press Tab+B on any webpage and enjoy the glorious cats.                    

Extension Basic Information

Name Cats! Cats Everywhere! Cats! Cats Everywhere!
ID oilfbkpdgicpkfbfaaapepcgacpndddo
Official URL https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo
Description Cats... they're everywhere! Tab+B... it does what it sounds like.
File Size 1.81 MB
Installation Count 69
Current Version 1.1.1
Last Updated 2018-08-24
Publish Date 2018-08-24
Rating 5.00/5 Total 3 Ratings
Developer Bob Hensley
Email [email protected]
Payment Type free
Extension Website http://rcbrayshaw.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cats!  Cats Everywhere!",
    "version": "1.1.1",
    "description": "Cats... they're everywhere!  Tab+B... it does what it sounds like.",
    "background": {
        "scripts": [
            "jquery-3.3.1.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "tabby_cats.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon-32.png"
    },
    "web_accessible_resources": [
        "cats\/*"
    ],
    "manifest_version": 2
}