Cats! Cats Everywhere!

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

Cats! Cats Everywhere! là gì?

Cats! Cats Everywhere! là một tiện ích mở rộng Chrome được phát triển bởi Bob Hensley, và tính năng chính của nó là "Cats... they're everywhere! Tab+B... it does what it sounds like.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cats! Cats Everywhere!

Tải xuống các tệp mở rộng Cats! Cats Everywhere! dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Cats! Cats Everywhere! Cats! Cats Everywhere!
ID oilfbkpdgicpkfbfaaapepcgacpndddo
URL Chính Thức https://chromewebstore.google.com/detail/cats-cats-everywhere/oilfbkpdgicpkfbfaaapepcgacpndddo
Mô tả Cats... they're everywhere! Tab+B... it does what it sounds like.
Kích Thước Tệp 1.81 MB
Số Lần Cài Đặt 69
Phiên Bản Hiện Tại 1.1.1
Cập Nhật Lần Cuối 2018-08-24
Ngày Phát Hành 2018-08-24
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Bob Hensley
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://rcbrayshaw.com
Ngôn Ngữ Được Hỗ Trợ 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
}