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…

Cos'è Paws what you're doing?

Paws what you're doing è un'estensione di Chrome sviluppata da because_curious, e la sua funzione principale è "Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Paws what you're doing

Scarica i file di estensione Paws what you're doing in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Paws what you're doing Paws what you're doing
ID adbdhkeebjandlnkbnmiflchgbnehjbb
URL Ufficiale https://chrome.google.com/webstore/detail/paws-what-youre-doing/adbdhkeebjandlnkbnmiflchgbnehjbb
Descrizione Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…
Dimensione del File 70.56 KB
Conteggio Installazioni 111
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2021-03-31
Data di Pubblicazione 2021-03-31
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore because_curious
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://snapsell.ai/privacy
Lingue Supportate 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"
        ]
    }
}