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…

Was ist Paws what you're doing?

Paws what you're doing ist eine Chrome-Erweiterung, die von because_curious entwickelt wurde, und ihr Hauptmerkmal ist "Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…".

Erweiterungsscreenshots

screenshot

Paws what you're doing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Paws what you're doing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Paws what you're doing Paws what you're doing
ID adbdhkeebjandlnkbnmiflchgbnehjbb
Offizielle URL https://chrome.google.com/webstore/detail/paws-what-youre-doing/adbdhkeebjandlnkbnmiflchgbnehjbb
Beschreibung Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…
Dateigröße 70.56 KB
Installationsanzahl 111
Aktuelle Version 0.0.0.1
Letztes Update 2021-03-31
Veröffentlichungsdatum 2021-03-31
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler because_curious
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://snapsell.ai/privacy
Unterstützte Sprachen 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"
        ]
    }
}