Paws what you're doing

Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…

Paws what you're doing là gì?

Paws what you're doing là một tiện ích mở rộng Chrome được phát triển bởi because_curious, và tính năng chính của nó là "Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Paws what you're doing

Tải xuống các tệp mở rộng Paws what you're doing 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

                        Have you been dreaming about a cat coming by, while you browse Internet? 
Meet "Paws what you are doing". Once you install the extension, you get a very playful cat living under your screen. When your mouse cursor is close to the bottom of the page, it may attracts the cat's attention. Approximately once every 15 minutes the cat tries to catch your cursor.

...And if you want just to play with the cat, there is a special 'catify' feature. Once enabled, for the next minute the cat gets super playful and will try to catch your cursor almost every time it is in reach.

Catify your life! Meow!                    

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

Tên Paws what you're doing Paws what you're doing
ID adbdhkeebjandlnkbnmiflchgbnehjbb
URL Chính Thức https://chrome.google.com/webstore/detail/paws-what-youre-doing/adbdhkeebjandlnkbnmiflchgbnehjbb
Mô tả Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…
Kích Thước Tệp 70.56 KB
Số Lần Cài Đặt 111
Phiên Bản Hiện Tại 0.0.0.1
Cập Nhật Lần Cuối 2021-03-31
Ngày Phát Hành 2021-03-31
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển because_curious
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://snapsell.ai/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Paws what you're doing",
    "version": "0.0.0.1",
    "permissions": [
        "",
        "storage"
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "video_block.html",
        "video_1.webm"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "glue.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "hot-reload.js",
            "glue.js",
            "background.js"
        ],
        "css": [
            "style.css"
        ]
    }
}