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…

Co je Paws what you're doing?

Paws what you're doing je rozšíření Chrome vyvinuté because_curious, a jeho hlavní funkcí je „Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Paws what you're doing

Stáhněte si soubory rozšíření Paws what you're doing ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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!                    

Základní Informace o Rozšíření

Název Paws what you're doing Paws what you're doing
ID adbdhkeebjandlnkbnmiflchgbnehjbb
Oficiální URL https://chrome.google.com/webstore/detail/paws-what-youre-doing/adbdhkeebjandlnkbnmiflchgbnehjbb
Popis Have you been dreaming about a cat coming by, while you browse Internet? Meet "Paws what you are doing". Once you install the…
Velikost souboru 70.56 KB
Počet instalací 111
Aktuální Verze 0.0.0.1
Poslední Aktualizace 2021-03-31
Datum Vydání 2021-03-31
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář because_curious
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://snapsell.ai/privacy
Podporované Jazyky 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"
        ]
    }
}