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 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 फ़ाइल डाउनलोड करें

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

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

                        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"
        ]
    }
}