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คืออะไร?

Paws what you're doing เป็นส่วนขยายของ Chrome ที่พัฒนาโดย because_curious และคุณลักษณะหลักของมันคือ "Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Paws what you're doing

ดาวน์โหลดไฟล์ส่วนขยาย Paws what you're doing ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Paws what you're doing Paws what you're doing
ID adbdhkeebjandlnkbnmiflchgbnehjbb
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/paws-what-youre-doing/adbdhkeebjandlnkbnmiflchgbnehjbb
คำอธิบาย Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…
ขนาดไฟล์ 70.56 KB
จำนวนการติดตั้ง 111
เวอร์ชันปัจจุบัน 0.0.0.1
อัปเดตครั้งล่าสุด 2021-03-31
วันที่เผยแพร่ 2021-03-31
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา because_curious
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://snapsell.ai/privacy
ภาษาที่รองรับ 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"
        ]
    }
}