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