Cats! Cats Everywhere!

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

Cats! Cats Everywhere! क्या है?

Cats! Cats Everywhere! Bob Hensley द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Cats... they're everywhere! Tab+B... it does what it sounds like."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Cats! Cats Everywhere! एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Cats! Cats Everywhere! Cats! Cats Everywhere!
ID oilfbkpdgicpkfbfaaapepcgacpndddo
आधिकारिक URL https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo
विवरण Cats... they're everywhere! Tab+B... it does what it sounds like.
फ़ाइल का आकार 1.81 MB
स्थापना संख्या 69
वर्तमान संस्करण 1.1.1
अंतिम अपडेट 2018-08-24
प्रकाशन तिथि 2018-08-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Bob Hensley
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://rcbrayshaw.com
समर्थित भाषाएँ 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
}